#9EC7BD

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

Shades of Shadow Green #9EC7BD

Tints of Shadow Green #9EC7BD

Color information

#9EC7BD (or 0x9EC7BD) is unknown color: approx Shadow Green. HEX triplet: 9E, C7 and BD. RGB value is (158,199,189). Sum of RGB (Red+Green+Blue) = 158+199+189=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC7BD is #613842. Grayscale: #B9B9B9. Windows color (decimal): -6371395 or 12437406. OLE color: 12437406.

HSL color Cylindrical-coordinate representation of color #9EC7BD: hue angle of 165.37º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC7BD is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB158199189-
CMYK0.2100.050.22
HSL165.37º26.8%70%-
HSV(B)165.37º20.6%78.04%-
XYZ43.7151.7955.84-
YUV185.6129.92108.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.94%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=28.94%
G=36.45%
B=34.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581991890.2100.050.22165.3726.870
Hex9EC7BD150516a51b46
Octal23630727525052624533106
Binary1001111011000111101111011010101011011010100101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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