#8EBBB8

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

Shades of Shadow Green #8EBBB8

Tints of Shadow Green #8EBBB8

Color information

#8EBBB8 (or 0x8EBBB8) is unknown color: approx Shadow Green. HEX triplet: 8E, BB and B8. RGB value is (142,187,184). Sum of RGB (Red+Green+Blue) = 142+187+184=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBB8 is #714447. Grayscale: #ADADAD. Windows color (decimal): -7423048 or 12106638. OLE color: 12106638.

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

Color convert

RGB142187184-
CMYK0.2400.020.27
HSL176º24.86%64.51%-
HSV(B)176º24.06%73.33%-
XYZ37.5844.7552-
YUV173.2134.09105.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.68%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=27.68%
G=36.45%
B=35.87%

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
Decimal1421871840.2400.020.2717624.8664.51
Hex8EBBB818021Bb01941
Octal21627327030023326031101
Binary100011101011101110111000110000101101110110000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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