Html Css Color HEX #8CAEA9 Sea Nymph

📋 copy color: '#8CAEA9'

red 140 ◦ green 174 ◦ blue 169

#8CAEA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #8CAEA9

Tints of Sea Nymph #8CAEA9

RGB

 RED value IS 140 (55.08% from 255) = 28.99%

 GREEN value IS 174 (68.36% from 255) = 36.02%

 BLUE value IS 169 (66.41% from 255) = 34.99%

R = 28.99%
G = 36.02%
B = 34.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CAEA9 (or 0x8CAEA9) is known color: Sea Nymph. HEX triplet: 8C, AE and A9. RGB value is (140,174,169). Sum of RGB (Red+Green+Blue) = 140+174+169=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAEA9 is #735156. Grayscale: #A3A3A3. Windows color (decimal): -7557463 or 11120268. OLE color: 11120268.

HSL color Cylindrical-coordinate representation of color #8CAEA9: hue angle of 171.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAEA9 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 174 169 -
CMYK 0.20 0 0.03 0.32
HSL 171.18º 0.17% 0.62% -
HSV(B) 171.18º 0.2% 0.68% -
XYZ 33.11 38.71 43.26 -
YUV 163.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 140 174 169 0.20 0 0.03 0.32 171.18 0.17 0.62
Hex 8C AE A9 14 0 3 20 AB 11 3E
Octal 214 256 251 24 0 3 40 253 21 76
Binary 10001100 10101110 10101001 10100 0 11 100000 10101011 10001 111110

Color Harmonies of #8CAEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAEA9

Black with #8CAEA9

Text Example


Text Example

White with #8CAEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CAEA9; }

 p { color: rgb(140,174,169); }

 H1.HeaderClassName
 {
   color: #8CAEA9;
 }
 .AnyTagClassName
 {
   color: #8CAEA9;
 }
</style>

background-color css

<style>
 a { background-color: #8CAEA9; }

 a { background-color: rgb(140,174,169); }

 div.DivClassName
 {
   background-color: #8CAEA9;
 }
 .BgClassName
 {
   background-color: #8CAEA9;
 }
</style>

border-color css

<style>
 span { border-color: #8CAEA9; }

 span { border-color: rgb(140,174,169); }

 td.TdClassName
 {
   border-color: #8CAEA9;
 }
 .TagClassName
 {
   border-color: #8CAEA9;
 }
</style>