COLOR #68ABAE

HEX: #68ABAE RGB: (104,171,174)

Color info

#68ABAE contains mainly green and blue colors. Web safe color of #68ABAE is #669999 (or #699).

RGB color model

#68ABAE color RGB value is (104,171,174).

RGB: (104,171,174) (41%, 67%, 68%)

RGB channels and saturation

R 104 of 255 = 41%
G 171 of 255 = 67%
B 174 of 255 = 68%

104
171
174

R + G + B ~ 59%. #68ABAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 171 + 174 = 449 (100%)
R 104 of 449 ~ 23.16%
G 171 of 449 ~ 38.08%
B 174 of 449 ~ 38.75'%

%23.16
%38.08
%38.75

CMYK color model

#68ABAE color CMYK value is (40,2,0,32).

  • cyan value is 40.23%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (40,2,0,32)
C40M2Y0K32 (40%, 2%, 0%, 32%)
(0.40 / 0.02 / 0.00 / 0.32)

CMYK percentages

%40.23
%1.72
%0
%31.76

Codes

Color #68ABAE in popluar color models

68 AB AE
RGB 104 171 174
HSL 183° 30.17% 54.51%
HSB/HSV 183° 40.23% 68.24%
CMYK 40.23% 1.72% 0.00%
31.76%

Color #68ABAE in popluar number systems.

HEX 68 AB AE
Decimal 104 171 174
Binary 1101000 10101011 10101110
Octal 150 253 256

Shades and tints

Shades of #68ABAE

#68ABAE
(104,171,174)
#5F9C9F
(95,156,159)
#568D90
(86,141,144)
#4D7E81
(77,126,129)
#446F72
(68,111,114)
#3B6063
(59,96,99)
#325154
(50,81,84)
#294245
(41,66,69)
#203336
(32,51,54)
#172427
(23,36,39)
#0E1518
(14,21,24)
#000000
(0,0,0)

Tints of #68ABAE

#68ABAE
(104,171,174)
#75B2B5
(117,178,181)
#82B9BC
(130,185,188)
#8FC0C3
(143,192,195)
#9CC7CA
(156,199,202)
#A9CED1
(169,206,209)
#B6D5D8
(182,213,216)
#C3DCDF
(195,220,223)
#D0E3E6
(208,227,230)
#DDEAED
(221,234,237)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68ABAE color. Also use rgb(104,171,174) instead hex code.

Text Font Color

.myTextColor { color: #68ABAE; }

<p style="color:#68ABAE">This sample text font color is #68ABAE.</p>

This text font color is #68ABAE.

Background Color

.myBgColor { background-color: #68ABAE; }

<div style="background-color:#68ABAE">Inner text</div>

This div background color is #68ABAE.

Border color

.myBorderColor { border: 1px solid #68ABAE; }

<div style="border:3px solid #68ABAE">Div</div>

This div border color is #68ABAE.

Opacity

.myOpacity80 { color: #68ABAE; opacity: 0.8; }

<p style="color:#68ABAE;opacity:0.8;">80%</p>

Text with #68ABAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #68ABAE;}

<p style="text-shadow: 3px 3px 1px #68ABAE">Text here.</p>

This text has shadow with #68ABAE color.


.textShadow {text-shadow: 3px 3px 1px #68ABAE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #68ABAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #68ABAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68ABAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#68ABAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #68ABAE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68ABAE;
-webkit-box-shadow: 1px 1px 3px 2px #68ABAE;
box-shadow: 1px 1px 3px 2px #68ABAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68ABAE; -webkit-box-shadow: 1px 1px 3px 2px #68ABAE; box-shadow:1px 1px 3px 2px #68ABAE;">
Div content here
</div>

This div box has shadow with color #68ABAE.

Preview

Color preview on black background

This text has color #68ABAE on black background.


Color preview on white background

This text has color #68ABAE on white background.


Black color preview on #68ABAE background

This text has black color on #68ABAE background.


White color preview on #68ABAE background

This text has white color on #68ABAE background.


Related colors

Complementary color

Complementary color for #hex is #975451.


I love getcolorcode.com

Triadic colors

1 #AE68AB and #ABAE68 with #68ABAE are triadic colors.

2 #AEAB68 and #AB68AE with #68ABAE are triadic colors.