#9DFFDD

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

Shades of Magic Mint #9DFFDD

Tints of Magic Mint #9DFFDD

Color information

#9DFFDD (or 0x9DFFDD) is unknown color: approx Magic Mint. HEX triplet: 9D, FF and DD. RGB value is (157,255,221). Sum of RGB (Red+Green+Blue) = 157+255+221=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFDD is #620022. Grayscale: #DDDDDD. Windows color (decimal): -6422563 or 14548893. OLE color: 14548893.

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

Color convert

RGB157255221-
CMYK0.3800.130
HSL159.18º100%80.78%-
HSV(B)159.18º38.43%100%-
XYZ62.7283.9181.3-
YUV221.82127.5381.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.80%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=24.80%
G=40.28%
B=34.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552210.3800.130159.1810080.78
Hex9DFFDD260D09f6451
Octal235377335460150237144121
Binary1001110111111111110111011001100110101001111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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