#9DFADD

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

Shades of Magic Mint #9DFADD

Tints of Magic Mint #9DFADD

Color information

#9DFADD (or 0x9DFADD) is unknown color: approx Magic Mint. HEX triplet: 9D, FA and DD. RGB value is (157,250,221). Sum of RGB (Red+Green+Blue) = 157+250+221=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFADD is #620522. Grayscale: #DADADA. Windows color (decimal): -6423843 or 14547613. OLE color: 14547613.

HSL color Cylindrical-coordinate representation of color #9DFADD: hue angle of 161.29º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFADD is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB157250221-
CMYK0.3700.120.02
HSL161.29º90.29%79.8%-
HSV(B)161.29º37.2%98.04%-
XYZ61.1480.7680.77-
YUV218.89129.1983.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=25%
G=39.81%
B=35.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572502210.3700.120.02161.2990.2979.8
Hex9DFADD250C2a15a50
Octal235372335450142241132120
Binary10011101111110101101110110010101100101010000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,250,221); }

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

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

 a { background-color: rgb(157,250,221); }

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

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

 span { border-color: rgb(157,250,221); }

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