#9DFFDC

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

Shades of Magic Mint #9DFFDC

Tints of Magic Mint #9DFFDC

Color information

#9DFFDC (or 0x9DFFDC) is unknown color: approx Magic Mint. HEX triplet: 9D, FF and DC. RGB value is (157,255,220). Sum of RGB (Red+Green+Blue) = 157+255+220=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFDC is #620023. Grayscale: #DDDDDD. Windows color (decimal): -6422564 or 14483357. OLE color: 14483357.

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

Color convert

RGB157255220-
CMYK0.3800.140
HSL158.57º100%80.78%-
HSV(B)158.57º38.43%100%-
XYZ62.5883.8680.6-
YUV221.71127.0381.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.84%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=24.84%
G=40.35%
B=34.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552200.3800.140158.5710080.78
Hex9DFFDC260E09f6451
Octal235377334460160237144121
Binary1001110111111111110111001001100111001001111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,220); }

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

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

 a { background-color: rgb(157,255,220); }

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

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

 span { border-color: rgb(157,255,220); }

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