#8DB9B5

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

Shades of Shadow Green #8DB9B5

Tints of Shadow Green #8DB9B5

Color information

#8DB9B5 (or 0x8DB9B5) is unknown color: approx Shadow Green. HEX triplet: 8D, B9 and B5. RGB value is (141,185,181). Sum of RGB (Red+Green+Blue) = 141+185+181=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9B5 is #72464A. Grayscale: #ABABAB. Windows color (decimal): -7489099 or 11909517. OLE color: 11909517.

HSL color Cylindrical-coordinate representation of color #8DB9B5: hue angle of 174.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB9B5 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB141185181-
CMYK0.2400.020.27
HSL174.55º23.91%63.92%-
HSV(B)174.55º23.78%72.55%-
XYZ36.6743.750.22-
YUV171.39133.42106.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=27.81%
G=36.49%
B=35.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411851810.2400.020.27174.5523.9163.92
Hex8DB9B518021Baf1840
Octal21527126530023325730100
Binary100011011011100110110101110000101101110101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,185,181); }

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

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

 a { background-color: rgb(141,185,181); }

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

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

 span { border-color: rgb(141,185,181); }

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