#9DFCD8

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

Shades of Magic Mint #9DFCD8

Tints of Magic Mint #9DFCD8

Color information

#9DFCD8 (or 0x9DFCD8) is unknown color: approx Magic Mint. HEX triplet: 9D, FC and D8. RGB value is (157,252,216). Sum of RGB (Red+Green+Blue) = 157+252+216=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCD8 is #620327. Grayscale: #DBDBDB. Windows color (decimal): -6423336 or 14220445. OLE color: 14220445.

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

Color convert

RGB157252216-
CMYK0.3800.140.01
HSL157.26º94.06%80.2%-
HSV(B)157.26º37.7%98.82%-
XYZ61.1181.7577.52-
YUV219.49126.0383.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.12%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=25.12%
G=40.32%
B=34.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572522160.3800.140.01157.2694.0680.2
Hex9DFCD8260E19d5e50
Octal235374330460161235136120
Binary1001110111111100110110001001100111011001110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,252,216); }

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

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

 a { background-color: rgb(157,252,216); }

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

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

 span { border-color: rgb(157,252,216); }

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