#8EBBB9

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

Shades of Shadow Green #8EBBB9

Tints of Shadow Green #8EBBB9

Color information

#8EBBB9 (or 0x8EBBB9) is unknown color: approx Shadow Green. HEX triplet: 8E, BB and B9. RGB value is (142,187,185). Sum of RGB (Red+Green+Blue) = 142+187+185=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBB9 is #714446. Grayscale: #ADADAD. Windows color (decimal): -7423047 or 12172174. OLE color: 12172174.

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

Color convert

RGB142187185-
CMYK0.2400.010.27
HSL177.33º24.86%64.51%-
HSV(B)177.33º24.06%73.33%-
XYZ37.6844.7952.56-
YUV173.32134.59105.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.63%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=27.63%
G=36.38%
B=35.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871850.2400.010.27177.3324.8664.51
Hex8EBBB918011Bb11941
Octal21627327130013326131101
Binary10001110101110111011100111000011101110110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,187,185); }

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

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

 a { background-color: rgb(142,187,185); }

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

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

 span { border-color: rgb(142,187,185); }

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