#8FBCAC

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

Shades of Shadow Green #8FBCAC

Tints of Shadow Green #8FBCAC

Color information

#8FBCAC (or 0x8FBCAC) is unknown color: approx Shadow Green. HEX triplet: 8F, BC and AC. RGB value is (143,188,172). Sum of RGB (Red+Green+Blue) = 143+188+172=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCAC is #704353. Grayscale: #ACACAC. Windows color (decimal): -7357268 or 11320463. OLE color: 11320463.

HSL color Cylindrical-coordinate representation of color #8FBCAC: hue angle of 158.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBCAC is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB143188172-
CMYK0.2400.090.26
HSL158.67º25.14%64.9%-
HSV(B)158.67º23.94%73.73%-
XYZ36.7644.7845.74-
YUV172.72127.59106.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=28.43%
G=37.38%
B=34.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431881720.2400.090.26158.6725.1464.9
Hex8FBCAC18091A9f1941
Octal217274254300113223731101
Binary10001111101111001010110011000010011101010011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,172); }

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

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

 a { background-color: rgb(143,188,172); }

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

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

 span { border-color: rgb(143,188,172); }

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