#9DFED5

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

Shades of Magic Mint #9DFED5

Tints of Magic Mint #9DFED5

Color information

#9DFED5 (or 0x9DFED5) is unknown color: approx Magic Mint. HEX triplet: 9D, FE and D5. RGB value is (157,254,213). Sum of RGB (Red+Green+Blue) = 157+254+213=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFED5 is #62012A. Grayscale: #DCDCDC. Windows color (decimal): -6422827 or 14024349. OLE color: 14024349.

HSL color Cylindrical-coordinate representation of color #9DFED5: hue angle of 154.64º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFED5 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB157254213-
CMYK0.3800.160.00
HSL154.64º97.98%80.59%-
HSV(B)154.64º38.19%99.61%-
XYZ61.3682.8675.71-
YUV220.32123.8682.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.16%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=25.16%
G=40.71%
B=34.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572542130.3800.160.00154.6497.9880.59
Hex9DFED52601009b6251
Octal235376325460200233142121
Binary10011101111111101101010110011001000001001101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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