#8FCBB4

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

Shades of Shadow Green #8FCBB4

Tints of Shadow Green #8FCBB4

Color information

#8FCBB4 (or 0x8FCBB4) is unknown color: approx Shadow Green. HEX triplet: 8F, CB and B4. RGB value is (143,203,180). Sum of RGB (Red+Green+Blue) = 143+203+180=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBB4 is #70344B. Grayscale: #B6B6B6. Windows color (decimal): -7353420 or 11848591. OLE color: 11848591.

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

Color convert

RGB143203180-
CMYK0.3000.110.20
HSL157º36.59%67.84%-
HSV(B)157º29.56%79.61%-
XYZ40.9251.8551.03-
YUV182.44126.6299.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.19%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=27.19%
G=38.59%
B=34.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031800.3000.110.2015736.5967.84
Hex8FCBB41E0B149d2544
Octal217313264360132423545104
Binary100011111100101110110100111100101110100100111011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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