#9DFEE0

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

Shades of Magic Mint #9DFEE0

Tints of Magic Mint #9DFEE0

Color information

#9DFEE0 (or 0x9DFEE0) is unknown color: approx Magic Mint. HEX triplet: 9D, FE and E0. RGB value is (157,254,224). Sum of RGB (Red+Green+Blue) = 157+254+224=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFEE0 is #62011F. Grayscale: #DDDDDD. Windows color (decimal): -6422816 or 14745245. OLE color: 14745245.

HSL color Cylindrical-coordinate representation of color #9DFEE0: hue angle of 161.44º 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 #9DFEE0 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB157254224-
CMYK0.3800.120.00
HSL161.44º97.98%80.59%-
HSV(B)161.44º38.19%99.61%-
XYZ62.883.4383.32-
YUV221.58129.3681.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.72%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=24.72%
G=40%
B=35.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572542240.3800.120.00161.4497.9880.59
Hex9DFEE0260C0a16251
Octal235376340460140241142121
Binary1001110111111110111000001001100110001010000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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