#8FCBB7

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

Shades of Shadow Green #8FCBB7

Tints of Shadow Green #8FCBB7

Color information

#8FCBB7 (or 0x8FCBB7) is unknown color: approx Shadow Green. HEX triplet: 8F, CB and B7. RGB value is (143,203,183). Sum of RGB (Red+Green+Blue) = 143+203+183=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBB7 is #703448. Grayscale: #B6B6B6. Windows color (decimal): -7353417 or 12045199. OLE color: 12045199.

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

Color convert

RGB143203183-
CMYK0.3000.100.20
HSL160º36.59%67.84%-
HSV(B)160º29.56%79.61%-
XYZ41.2351.9752.66-
YUV182.78128.1299.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.03%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=27.03%
G=38.37%
B=34.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031830.3000.100.2016036.5967.84
Hex8FCBB71E0A14a02544
Octal217313267360122424045104
Binary100011111100101110110111111100101010100101000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,203,183); }

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

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

 a { background-color: rgb(143,203,183); }

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

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

 span { border-color: rgb(143,203,183); }

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