#9FFCCA

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

Shades of Magic Mint #9FFCCA

Tints of Magic Mint #9FFCCA

Color information

#9FFCCA (or 0x9FFCCA) is unknown color: approx Magic Mint. HEX triplet: 9F, FC and CA. RGB value is (159,252,202). Sum of RGB (Red+Green+Blue) = 159+252+202=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCCA is #600335. Grayscale: #DADADA. Windows color (decimal): -6292278 or 13302943. OLE color: 13302943.

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

Color convert

RGB159252202-
CMYK0.3700.200.01
HSL147.74º93.94%80.59%-
HSV(B)147.74º36.9%98.82%-
XYZ59.7781.2668.41-
YUV218.49118.6985.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.94%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=25.94%
G=41.11%
B=32.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592522020.3700.200.01147.7493.9480.59
Hex9FFCCA250141945e51
Octal237374312450241224136121
Binary10011111111111001100101010010101010011001010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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