#99FAC1

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

Shades of Magic Mint #99FAC1

Tints of Magic Mint #99FAC1

Color information

#99FAC1 (or 0x99FAC1) is unknown color: approx Magic Mint. HEX triplet: 99, FA and C1. RGB value is (153,250,193). Sum of RGB (Red+Green+Blue) = 153+250+193=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAC1 is #66053E. Grayscale: #D6D6D6. Windows color (decimal): -6686015 or 12712601. OLE color: 12712601.

HSL color Cylindrical-coordinate representation of color #99FAC1: hue angle of 144.74º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FAC1 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB153250193-
CMYK0.3900.230.02
HSL144.74º90.65%79.02%-
HSV(B)144.74º38.8%98.04%-
XYZ56.9578.9962.7-
YUV214.5115.8684.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=25.67%
G=41.95%
B=32.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532501930.3900.230.02144.7490.6579.02
Hex99FAC1270172915b4f
Octal231372301470272221133117
Binary100110011111101011000001100111010111101001000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99FAC1; }

 p { color: rgb(153,250,193); }

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

<style>
 a { background-color: #99FAC1; }

 a { background-color: rgb(153,250,193); }

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

<style>
 span { border-color: #99FAC1; }

 span { border-color: rgb(153,250,193); }

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