#8DCAB6

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

Shades of Shadow Green #8DCAB6

Tints of Shadow Green #8DCAB6

Color information

#8DCAB6 (or 0x8DCAB6) is unknown color: approx Shadow Green. HEX triplet: 8D, CA and B6. RGB value is (141,202,182). Sum of RGB (Red+Green+Blue) = 141+202+182=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAB6 is #723549. Grayscale: #B5B5B5. Windows color (decimal): -7484746 or 11979405. OLE color: 11979405.

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

Color convert

RGB141202182-
CMYK0.3000.100.21
HSL160.33º36.53%67.25%-
HSV(B)160.33º30.2%79.22%-
XYZ40.5551.2852.02-
YUV181.48128.2999.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=26.86%
G=38.48%
B=34.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021820.3000.100.21160.3336.5367.25
Hex8DCAB61E0A15a02543
Octal215312266360122524045103
Binary100011011100101010110110111100101010101101000001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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