#9EC5BD

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

Shades of Shadow Green #9EC5BD

Tints of Shadow Green #9EC5BD

Color information

#9EC5BD (or 0x9EC5BD) is unknown color: approx Shadow Green. HEX triplet: 9E, C5 and BD. RGB value is (158,197,189). Sum of RGB (Red+Green+Blue) = 158+197+189=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC5BD is #613A42. Grayscale: #B8B8B8. Windows color (decimal): -6371907 or 12436894. OLE color: 12436894.

HSL color Cylindrical-coordinate representation of color #9EC5BD: hue angle of 167.69º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EC5BD is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB158197189-
CMYK0.2000.040.23
HSL167.69º25.16%69.61%-
HSV(B)167.69º19.8%77.25%-
XYZ43.2550.8855.68-
YUV184.43130.58109.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=29.04%
G=36.21%
B=34.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581971890.2000.040.23167.6925.1669.61
Hex9EC5BD140417a81946
Octal23630527524042725031106
Binary1001111011000101101111011010001001011110101000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EC5BD; }

 p { color: rgb(158,197,189); }

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

<style>
 a { background-color: #9EC5BD; }

 a { background-color: rgb(158,197,189); }

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

<style>
 span { border-color: #9EC5BD; }

 span { border-color: rgb(158,197,189); }

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