#9DC9BE

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

Shades of Shadow Green #9DC9BE

Tints of Shadow Green #9DC9BE

Color information

#9DC9BE (or 0x9DC9BE) is unknown color: approx Shadow Green. HEX triplet: 9D, C9 and BE. RGB value is (157,201,190). Sum of RGB (Red+Green+Blue) = 157+201+190=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC9BE is #623641. Grayscale: #BABABA. Windows color (decimal): -6436418 or 12503453. OLE color: 12503453.

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

Color convert

RGB157201190-
CMYK0.2200.050.21
HSL165º28.95%70.2%-
HSV(B)165º21.89%78.82%-
XYZ44.0952.6656.56-
YUV186.59129.92106.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=28.65%
G=36.68%
B=34.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572011900.2200.050.2116528.9570.2
Hex9DC9BE160515a51d46
Octal23531127626052524535106
Binary1001110111001001101111101011001011010110100101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,201,190); }

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

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

 a { background-color: rgb(157,201,190); }

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

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

 span { border-color: rgb(157,201,190); }

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