#9DFEDE

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

Shades of Magic Mint #9DFEDE

Tints of Magic Mint #9DFEDE

Color information

#9DFEDE (or 0x9DFEDE) is unknown color: approx Magic Mint. HEX triplet: 9D, FE and DE. RGB value is (157,254,222). Sum of RGB (Red+Green+Blue) = 157+254+222=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFEDE is #620121. Grayscale: #DDDDDD. Windows color (decimal): -6422818 or 14614173. OLE color: 14614173.

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

Color convert

RGB157254222-
CMYK0.3800.130.00
HSL160.21º97.98%80.59%-
HSV(B)160.21º38.19%99.61%-
XYZ62.5383.3381.89-
YUV221.35128.3682.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.80%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=24.80%
G=40.13%
B=35.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572542220.3800.130.00160.2197.9880.59
Hex9DFEDE260D0a06251
Octal235376336460150240142121
Binary1001110111111110110111101001100110101010000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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