#9DECC4

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

Shades of Magic Mint #9DECC4

Tints of Magic Mint #9DECC4

Color information

#9DECC4 (or 0x9DECC4) is unknown color: approx Magic Mint. HEX triplet: 9D, EC and C4. RGB value is (157,236,196). Sum of RGB (Red+Green+Blue) = 157+236+196=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECC4 is #62133B. Grayscale: #CFCFCF. Windows color (decimal): -6427452 or 12905629. OLE color: 12905629.

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

Color convert

RGB157236196-
CMYK0.3300.170.07
HSL149.62º67.52%77.06%-
HSV(B)149.62º33.47%92.55%-
XYZ53.8671.1463.12-
YUV207.82121.3391.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.66%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=26.66%
G=40.07%
B=33.28%

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
Decimal1572361960.3300.170.07149.6267.5277.06
Hex9DECC421011796444d
Octal235354304410217226104115
Binary1001110111101100110001001000010100011111001011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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