#8FC4B1

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

Shades of Shadow Green #8FC4B1

Tints of Shadow Green #8FC4B1

Color information

#8FC4B1 (or 0x8FC4B1) is unknown color: approx Shadow Green. HEX triplet: 8F, C4 and B1. RGB value is (143,196,177). Sum of RGB (Red+Green+Blue) = 143+196+177=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC4B1 is #703B4E. Grayscale: #B2B2B2. Windows color (decimal): -7355215 or 11650191. OLE color: 11650191.

HSL color Cylindrical-coordinate representation of color #8FC4B1: hue angle of 158.49º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FC4B1 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB143196177-
CMYK0.2700.100.23
HSL158.49º30.99%66.47%-
HSV(B)158.49º27.04%76.86%-
XYZ3948.4948.9-
YUV177.99127.44103.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.71%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=27.71%
G=37.98%
B=34.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431961770.2700.100.23158.4930.9966.47
Hex8FC4B11B0A179e1f42
Octal217304261330122723637102
Binary10001111110001001011000111011010101011110011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,196,177); }

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

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

 a { background-color: rgb(143,196,177); }

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

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

 span { border-color: rgb(143,196,177); }

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