#8CAFA8

Color #8CAFA8 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #8CAFA8

Tints of Sea Nymph #8CAFA8

Color information

#8CAFA8 (or 0x8CAFA8) is unknown color: approx Sea Nymph. HEX triplet: 8C, AF and A8. RGB value is (140,175,168). Sum of RGB (Red+Green+Blue) = 140+175+168=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAFA8 is #735057. Grayscale: #A3A3A3. Windows color (decimal): -7557208 or 11054988. OLE color: 11054988.

HSL color Cylindrical-coordinate representation of color #8CAFA8: hue angle of 168º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAFA8 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB140175168-
CMYK0.200.040.31
HSL168º17.95%61.76%-
HSV(B)168º20%68.63%-
XYZ33.2139.0642.84-
YUV163.74130.4111.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.99%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 168 (66.02% from 255) = 34.78%
R=28.99%
G=36.23%
B=34.78%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751680.200.040.3116817.9561.76
Hex8CAFA814041Fa8123e
Octal2142572502404372502276
Binary100011001010111110101000101000100111111010100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,168); }

 H1.HeaderClassName
 {
   color: #8CAFA8;
 }
 .AnyTagClassName
 {
   color: #8CAFA8;
 }
</style>
background-color css

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

 a { background-color: rgb(140,175,168); }

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

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

 span { border-color: rgb(140,175,168); }

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