#99FAC8

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

Shades of Magic Mint #99FAC8

Tints of Magic Mint #99FAC8

Color information

#99FAC8 (or 0x99FAC8) is unknown color: approx Magic Mint. HEX triplet: 99, FA and C8. RGB value is (153,250,200). Sum of RGB (Red+Green+Blue) = 153+250+200=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAC8 is #660537. Grayscale: #D7D7D7. Windows color (decimal): -6686008 or 13171353. OLE color: 13171353.

HSL color Cylindrical-coordinate representation of color #99FAC8: hue angle of 149.07º 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 #99FAC8 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB153250200-
CMYK0.3900.20.02
HSL149.07º90.65%79.02%-
HSV(B)149.07º38.8%98.04%-
XYZ57.7579.3166.91-
YUV215.3119.3683.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.37%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 200 (78.52% from 255) = 33.17%
R=25.37%
G=41.46%
B=33.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502000.3900.20.02149.0790.6579.02
Hex99FAC8270142955b4f
Octal231372310470242225133117
Binary100110011111101011001000100111010100101001010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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