#8CAFA3

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

Shades of Sea Nymph #8CAFA3

Tints of Sea Nymph #8CAFA3

Color information

#8CAFA3 (or 0x8CAFA3) is unknown color: approx Sea Nymph. HEX triplet: 8C, AF and A3. RGB value is (140,175,163). Sum of RGB (Red+Green+Blue) = 140+175+163=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAFA3 is #73505C. Grayscale: #A3A3A3. Windows color (decimal): -7557213 or 10727308. OLE color: 10727308.

HSL color Cylindrical-coordinate representation of color #8CAFA3: hue angle of 159.43º 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 #8CAFA3 is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB140175163-
CMYK0.200.070.31
HSL159.43º17.95%61.76%-
HSV(B)159.43º20%68.63%-
XYZ32.7638.8840.43-
YUV163.17127.9111.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=29.29%
G=36.61%
B=34.10%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751630.200.070.31159.4317.9561.76
Hex8CAFA314071F9f123e
Octal2142572432407372372276
Binary100011001010111110100011101000111111111001111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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