#8EBDBB

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

Shades of Shadow Green #8EBDBB

Tints of Shadow Green #8EBDBB

Color information

#8EBDBB (or 0x8EBDBB) is unknown color: approx Shadow Green. HEX triplet: 8E, BD and BB. RGB value is (142,189,187). Sum of RGB (Red+Green+Blue) = 142+189+187=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDBB is #714244. Grayscale: #AEAEAE. Windows color (decimal): -7422533 or 12303758. OLE color: 12303758.

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

Color convert

RGB142189187-
CMYK0.2500.010.26
HSL177.45º26.26%64.9%-
HSV(B)177.45º24.87%74.12%-
XYZ38.3245.7353.82-
YUV174.72134.93104.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=27.41%
G=36.49%
B=36.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421891870.2500.010.26177.4526.2664.9
Hex8EBDBB19011Ab11a41
Octal21627527331013226132101
Binary10001110101111011011101111001011101010110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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