#9EC9B8

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

Shades of Shadow Green #9EC9B8

Tints of Shadow Green #9EC9B8

Color information

#9EC9B8 (or 0x9EC9B8) is unknown color: approx Shadow Green. HEX triplet: 9E, C9 and B8. RGB value is (158,201,184). Sum of RGB (Red+Green+Blue) = 158+201+184=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC9B8 is #613647. Grayscale: #BABABA. Windows color (decimal): -6370888 or 12110238. OLE color: 12110238.

HSL color Cylindrical-coordinate representation of color #9EC9B8: hue angle of 156.28º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC9B8 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB158201184-
CMYK0.2100.080.21
HSL156.28º28.48%70.39%-
HSV(B)156.28º21.39%78.82%-
XYZ43.6452.553.18-
YUV186.2126.75107.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 184 (72.27% from 255) = 33.89%
R=29.10%
G=37.02%
B=33.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582011840.2100.080.21156.2828.4870.39
Hex9EC9B81508159c1c46
Octal236311270250102523434106
Binary10011110110010011011100010101010001010110011100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,201,184); }

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

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

 a { background-color: rgb(158,201,184); }

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

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

 span { border-color: rgb(158,201,184); }

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