#8FCAB4

Color #8FCAB4 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #8FCAB4

Tints of Shadow Green #8FCAB4

Color information

#8FCAB4 (or 0x8FCAB4) is unknown color: approx Shadow Green. HEX triplet: 8F, CA and B4. RGB value is (143,202,180). Sum of RGB (Red+Green+Blue) = 143+202+180=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAB4 is #70354B. Grayscale: #B5B5B5. Windows color (decimal): -7353676 or 11848335. OLE color: 11848335.

HSL color Cylindrical-coordinate representation of color #8FCAB4: hue angle of 157.63º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAB4 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB143202180-
CMYK0.2900.110.21
HSL157.63º35.76%67.65%-
HSV(B)157.63º29.21%79.22%-
XYZ40.6951.3850.95-
YUV181.85126.95100.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.24%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=27.24%
G=38.48%
B=34.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021800.2900.110.21157.6335.7667.65
Hex8FCAB41D0B159e2444
Octal217312264350132523644104
Binary100011111100101010110100111010101110101100111101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,180); }

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

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

 a { background-color: rgb(143,202,180); }

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

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

 span { border-color: rgb(143,202,180); }

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