#9DECC5

Color #9DECC5 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9DECC5

Tints of Magic Mint #9DECC5

Color information

#9DECC5 (or 0x9DECC5) is unknown color: approx Magic Mint. HEX triplet: 9D, EC and C5. RGB value is (157,236,197). Sum of RGB (Red+Green+Blue) = 157+236+197=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECC5 is #62133A. Grayscale: #D0D0D0. Windows color (decimal): -6427451 or 12971165. OLE color: 12971165.

HSL color Cylindrical-coordinate representation of color #9DECC5: hue angle of 150.38º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECC5 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB157236197-
CMYK0.3300.170.07
HSL150.38º67.52%77.06%-
HSV(B)150.38º33.47%92.55%-
XYZ53.9871.1963.72-
YUV207.93121.8391.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.61%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=26.61%
G=40%
B=33.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572361970.3300.170.07150.3867.5277.06
Hex9DECC521011796444d
Octal235354305410217226104115
Binary1001110111101100110001011000010100011111001011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,236,197); }

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

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

 a { background-color: rgb(157,236,197); }

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

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

 span { border-color: rgb(157,236,197); }

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