#8DCAB4

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

Shades of Shadow Green #8DCAB4

Tints of Shadow Green #8DCAB4

Color information

#8DCAB4 (or 0x8DCAB4) is unknown color: approx Shadow Green. HEX triplet: 8D, CA and B4. RGB value is (141,202,180). Sum of RGB (Red+Green+Blue) = 141+202+180=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAB4 is #72354B. Grayscale: #B5B5B5. Windows color (decimal): -7484748 or 11848333. OLE color: 11848333.

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

Color convert

RGB141202180-
CMYK0.3000.110.21
HSL158.36º36.53%67.25%-
HSV(B)158.36º30.2%79.22%-
XYZ40.3451.250.94-
YUV181.25127.2999.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=26.96%
G=38.62%
B=34.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021800.3000.110.21158.3636.5367.25
Hex8DCAB41E0B159e2543
Octal215312264360132523645103
Binary100011011100101010110100111100101110101100111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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