#9DECC3

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

Shades of Magic Mint #9DECC3

Tints of Magic Mint #9DECC3

Color information

#9DECC3 (or 0x9DECC3) is unknown color: approx Magic Mint. HEX triplet: 9D, EC and C3. RGB value is (157,236,195). Sum of RGB (Red+Green+Blue) = 157+236+195=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECC3 is #62133C. Grayscale: #CFCFCF. Windows color (decimal): -6427453 or 12840093. OLE color: 12840093.

HSL color Cylindrical-coordinate representation of color #9DECC3: hue angle of 148.86º 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 #9DECC3 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB157236195-
CMYK0.3300.170.07
HSL148.86º67.52%77.06%-
HSV(B)148.86º33.47%92.55%-
XYZ53.7571.162.52-
YUV207.7120.8391.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 236 (92.58% from 255) = 40.14%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=26.70%
G=40.14%
B=33.16%

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
Decimal1572361950.3300.170.07148.8667.5277.06
Hex9DECC321011795444d
Octal235354303410217225104115
Binary1001110111101100110000111000010100011111001010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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