#9DF7C5

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

Shades of Magic Mint #9DF7C5

Tints of Magic Mint #9DF7C5

Color information

#9DF7C5 (or 0x9DF7C5) is unknown color: approx Magic Mint. HEX triplet: 9D, F7 and C5. RGB value is (157,247,197). Sum of RGB (Red+Green+Blue) = 157+247+197=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF7C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF7C5 is #62083A. Grayscale: #D6D6D6. Windows color (decimal): -6424635 or 12973981. OLE color: 12973981.

HSL color Cylindrical-coordinate representation of color #9DF7C5: hue angle of 146.67º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF7C5 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB157247197-
CMYK0.3600.200.03
HSL146.67º84.91%79.22%-
HSV(B)146.67º36.44%96.86%-
XYZ57.2477.7264.81-
YUV214.39118.1887.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=26.12%
G=41.10%
B=32.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1572471970.3600.200.03146.6784.9179.22
Hex9DF7C524014393554f
Octal235367305440243223125117
Binary100111011111011111000101100100010100111001001110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,247,197); }

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

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

 a { background-color: rgb(157,247,197); }

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

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

 span { border-color: rgb(157,247,197); }

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