#9DFFDF

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

Shades of Magic Mint #9DFFDF

Tints of Magic Mint #9DFFDF

Color information

#9DFFDF (or 0x9DFFDF) is unknown color: approx Magic Mint. HEX triplet: 9D, FF and DF. RGB value is (157,255,223). Sum of RGB (Red+Green+Blue) = 157+255+223=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFDF is #620020. Grayscale: #DEDEDE. Windows color (decimal): -6422561 or 14679965. OLE color: 14679965.

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

Color convert

RGB157255223-
CMYK0.3800.130
HSL160.41º100%80.78%-
HSV(B)160.41º38.43%100%-
XYZ62.9884.0282.71-
YUV222.05128.5381.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.72%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=24.72%
G=40.16%
B=35.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552230.3800.130160.4110080.78
Hex9DFFDF260D0a06451
Octal235377337460150240144121
Binary1001110111111111110111111001100110101010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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