#8FCCB5

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

Shades of Shadow Green #8FCCB5

Tints of Shadow Green #8FCCB5

Color information

#8FCCB5 (or 0x8FCCB5) is unknown color: approx Shadow Green. HEX triplet: 8F, CC and B5. RGB value is (143,204,181). Sum of RGB (Red+Green+Blue) = 143+204+181=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCB5 is #70334A. Grayscale: #B7B7B7. Windows color (decimal): -7353163 or 11914383. OLE color: 11914383.

HSL color Cylindrical-coordinate representation of color #8FCCB5: hue angle of 157.38º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCB5 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB143204181-
CMYK0.3000.110.2
HSL157.38º37.42%68.04%-
HSV(B)157.38º29.9%80%-
XYZ41.2652.3651.65-
YUV183.14126.7999.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.08%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=27.08%
G=38.64%
B=34.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041810.3000.110.2157.3837.4268.04
Hex8FCCB51E0B149d2544
Octal217314265360132423545104
Binary100011111100110010110101111100101110100100111011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,181); }

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

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

 a { background-color: rgb(143,204,181); }

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

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

 span { border-color: rgb(143,204,181); }

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