#8EBCBB

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

Shades of Shadow Green #8EBCBB

Tints of Shadow Green #8EBCBB

Color information

#8EBCBB (or 0x8EBCBB) is unknown color: approx Shadow Green. HEX triplet: 8E, BC and BB. RGB value is (142,188,187). Sum of RGB (Red+Green+Blue) = 142+188+187=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCBB is #714344. Grayscale: #AEAEAE. Windows color (decimal): -7422789 or 12303502. OLE color: 12303502.

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

Color convert

RGB142188187-
CMYK0.2400.010.26
HSL178.7º25.56%64.71%-
HSV(B)178.7º24.47%73.73%-
XYZ38.1145.3153.75-
YUV174.13135.26105.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=27.47%
G=36.36%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881870.2400.010.26178.725.5664.71
Hex8EBCBB18011Ab31a41
Octal21627427330013226332101
Binary10001110101111001011101111000011101010110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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