#9FFCC7

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

Shades of Magic Mint #9FFCC7

Tints of Magic Mint #9FFCC7

Color information

#9FFCC7 (or 0x9FFCC7) is unknown color: approx Magic Mint. HEX triplet: 9F, FC and C7. RGB value is (159,252,199). Sum of RGB (Red+Green+Blue) = 159+252+199=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCC7 is #600338. Grayscale: #DADADA. Windows color (decimal): -6292281 or 13106335. OLE color: 13106335.

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

Color convert

RGB159252199-
CMYK0.3700.210.01
HSL145.81º93.94%80.59%-
HSV(B)145.81º36.9%98.82%-
XYZ59.4281.1266.56-
YUV218.15117.1985.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.07%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 199 (78.12% from 255) = 32.62%
R=26.07%
G=41.31%
B=32.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592521990.3700.210.01145.8193.9480.59
Hex9FFCC7250151925e51
Octal237374307450251222136121
Binary10011111111111001100011110010101010111001001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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