#8EC2BB

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

Shades of Shadow Green #8EC2BB

Tints of Shadow Green #8EC2BB

Color information

#8EC2BB (or 0x8EC2BB) is unknown color: approx Shadow Green. HEX triplet: 8E, C2 and BB. RGB value is (142,194,187). Sum of RGB (Red+Green+Blue) = 142+194+187=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2BB is #713D44. Grayscale: #B1B1B1. Windows color (decimal): -7421253 or 12305038. OLE color: 12305038.

HSL color Cylindrical-coordinate representation of color #8EC2BB: hue angle of 171.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EC2BB is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB142194187-
CMYK0.2700.040.24
HSL171.92º29.89%65.88%-
HSV(B)171.92º26.8%76.08%-
XYZ39.4247.9254.19-
YUV177.65133.27102.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.15%
GREEN value IS 194 (76.17% from 255) = 37.09%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=27.15%
G=37.09%
B=35.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421941870.2700.040.24171.9229.8965.88
Hex8EC2BB1B0418ac1e42
Octal21630227333043025436102
Binary1000111011000010101110111101101001100010101100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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