#8DBAB0

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

Shades of Shadow Green #8DBAB0

Tints of Shadow Green #8DBAB0

Color information

#8DBAB0 (or 0x8DBAB0) is unknown color: approx Shadow Green. HEX triplet: 8D, BA and B0. RGB value is (141,186,176). Sum of RGB (Red+Green+Blue) = 141+186+176=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAB0 is #72454F. Grayscale: #ABABAB. Windows color (decimal): -7488848 or 11582093. OLE color: 11582093.

HSL color Cylindrical-coordinate representation of color #8DBAB0: hue angle of 166.67º degrees, saturation: 0.25, 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 #8DBAB0 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB141186176-
CMYK0.2400.050.27
HSL166.67º24.59%64.12%-
HSV(B)166.67º24.19%72.94%-
XYZ36.3843.9247.63-
YUV171.4130.59106.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=28.03%
G=36.98%
B=34.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861760.2400.050.27166.6724.5964.12
Hex8DBAB018051Ba71940
Octal21527226030053324731100
Binary1000110110111010101100001100001011101110100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,176); }

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

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

 a { background-color: rgb(141,186,176); }

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

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

 span { border-color: rgb(141,186,176); }

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