#8FCAB6

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

Shades of Shadow Green #8FCAB6

Tints of Shadow Green #8FCAB6

Color information

#8FCAB6 (or 0x8FCAB6) is unknown color: approx Shadow Green. HEX triplet: 8F, CA and B6. RGB value is (143,202,182). Sum of RGB (Red+Green+Blue) = 143+202+182=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAB6 is #703549. Grayscale: #B6B6B6. Windows color (decimal): -7353674 or 11979407. OLE color: 11979407.

HSL color Cylindrical-coordinate representation of color #8FCAB6: hue angle of 159.66º 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 #8FCAB6 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB143202182-
CMYK0.2900.100.21
HSL159.66º35.76%67.65%-
HSV(B)159.66º29.21%79.22%-
XYZ40.8951.4652.03-
YUV182.08127.95100.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.13%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=27.13%
G=38.33%
B=34.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021820.2900.100.21159.6635.7667.65
Hex8FCAB61D0A15a02444
Octal217312266350122524044104
Binary100011111100101010110110111010101010101101000001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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