#8CBCAF

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

Shades of Shadow Green #8CBCAF

Tints of Shadow Green #8CBCAF

Color information

#8CBCAF (or 0x8CBCAF) is unknown color: approx Shadow Green. HEX triplet: 8C, BC and AF. RGB value is (140,188,175). Sum of RGB (Red+Green+Blue) = 140+188+175=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCAF is #734350. Grayscale: #ACACAC. Windows color (decimal): -7553873 or 11517068. OLE color: 11517068.

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

Color convert

RGB140188175-
CMYK0.2600.070.26
HSL163.75º26.37%64.31%-
HSV(B)163.75º25.53%73.73%-
XYZ36.5444.6447.25-
YUV172.17129.6105.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=27.83%
G=37.38%
B=34.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881750.2600.070.26163.7526.3764.31
Hex8CBCAF1A071Aa41a40
Octal21427425732073224432100
Binary1000110010111100101011111101001111101010100100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,175); }

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

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

 a { background-color: rgb(140,188,175); }

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

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

 span { border-color: rgb(140,188,175); }

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