#8CCAB2

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

Shades of Shadow Green #8CCAB2

Tints of Shadow Green #8CCAB2

Color information

#8CCAB2 (or 0x8CCAB2) is unknown color: approx Shadow Green. HEX triplet: 8C, CA and B2. RGB value is (140,202,178). Sum of RGB (Red+Green+Blue) = 140+202+178=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCAB2 is #73354D. Grayscale: #B4B4B4. Windows color (decimal): -7550286 or 11717260. OLE color: 11717260.

HSL color Cylindrical-coordinate representation of color #8CCAB2: hue angle of 156.77º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCAB2 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB140202178-
CMYK0.3100.120.21
HSL156.77º36.9%67.06%-
HSV(B)156.77º30.69%79.22%-
XYZ39.9751.0349.86-
YUV180.73126.4698.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.92%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=26.92%
G=38.85%
B=34.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021780.3100.120.21156.7736.967.06
Hex8CCAB21F0C159d2543
Octal214312262370142523545103
Binary100011001100101010110010111110110010101100111011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,178); }

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

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

 a { background-color: rgb(140,202,178); }

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

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

 span { border-color: rgb(140,202,178); }

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