#9FFCDA

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

Shades of Magic Mint #9FFCDA

Tints of Magic Mint #9FFCDA

Color information

#9FFCDA (or 0x9FFCDA) is unknown color: approx Magic Mint. HEX triplet: 9F, FC and DA. RGB value is (159,252,218). Sum of RGB (Red+Green+Blue) = 159+252+218=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCDA is #600325. Grayscale: #DCDCDC. Windows color (decimal): -6292262 or 14351519. OLE color: 14351519.

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

Color convert

RGB159252218-
CMYK0.3700.130.01
HSL158.06º93.94%80.59%-
HSV(B)158.06º36.9%98.82%-
XYZ61.7682.0578.91-
YUV220.32126.6984.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.28%
GREEN value IS 252 (98.83% from 255) = 40.06%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=25.28%
G=40.06%
B=34.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592522180.3700.130.01158.0693.9480.59
Hex9FFCDA250D19e5e51
Octal237374332450151236136121
Binary1001111111111100110110101001010110111001111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,252,218); }

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

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

 a { background-color: rgb(159,252,218); }

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

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

 span { border-color: rgb(159,252,218); }

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