#9FFCC5

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

Shades of Magic Mint #9FFCC5

Tints of Magic Mint #9FFCC5

Color information

#9FFCC5 (or 0x9FFCC5) is unknown color: approx Magic Mint. HEX triplet: 9F, FC and C5. RGB value is (159,252,197). Sum of RGB (Red+Green+Blue) = 159+252+197=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCC5 is #60033A. Grayscale: #DADADA. Windows color (decimal): -6292283 or 12975263. OLE color: 12975263.

HSL color Cylindrical-coordinate representation of color #9FFCC5: hue angle of 144.52º 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 #9FFCC5 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB159252197-
CMYK0.3700.220.01
HSL144.52º93.94%80.59%-
HSV(B)144.52º36.9%98.82%-
XYZ59.1981.0265.34-
YUV217.92116.1985.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.15%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=26.15%
G=41.45%
B=32.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592521970.3700.220.01144.5293.9480.59
Hex9FFCC5250161915e51
Octal237374305450261221136121
Binary10011111111111001100010110010101011011001000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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