#8CCAB4

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

Shades of Shadow Green #8CCAB4

Tints of Shadow Green #8CCAB4

Color information

#8CCAB4 (or 0x8CCAB4) is unknown color: approx Shadow Green. HEX triplet: 8C, CA and B4. RGB value is (140,202,180). Sum of RGB (Red+Green+Blue) = 140+202+180=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCAB4 is #73354B. Grayscale: #B4B4B4. Windows color (decimal): -7550284 or 11848332. OLE color: 11848332.

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

Color convert

RGB140202180-
CMYK0.3100.110.21
HSL158.71º36.9%67.06%-
HSV(B)158.71º30.69%79.22%-
XYZ40.1751.1150.93-
YUV180.95127.4698.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=26.82%
G=38.70%
B=34.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021800.3100.110.21158.7136.967.06
Hex8CCAB41F0B159f2543
Octal214312264370132523745103
Binary100011001100101010110100111110101110101100111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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