#9DFAD5

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

Shades of Magic Mint #9DFAD5

Tints of Magic Mint #9DFAD5

Color information

#9DFAD5 (or 0x9DFAD5) is unknown color: approx Magic Mint. HEX triplet: 9D, FA and D5. RGB value is (157,250,213). Sum of RGB (Red+Green+Blue) = 157+250+213=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFAD5 is #62052A. Grayscale: #DADADA. Windows color (decimal): -6423851 or 14023325. OLE color: 14023325.

HSL color Cylindrical-coordinate representation of color #9DFAD5: hue angle of 156.13º 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 #9DFAD5 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB157250213-
CMYK0.3700.150.02
HSL156.13º90.29%79.8%-
HSV(B)156.13º37.2%98.04%-
XYZ60.180.3475.29-
YUV217.98125.1984.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.32%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=25.32%
G=40.32%
B=34.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572502130.3700.150.02156.1390.2979.8
Hex9DFAD5250F29c5a50
Octal235372325450172234132120
Binary10011101111110101101010110010101111101001110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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