#99FAD0

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

Shades of Magic Mint #99FAD0

Tints of Magic Mint #99FAD0

Color information

#99FAD0 (or 0x99FAD0) is unknown color: approx Magic Mint. HEX triplet: 99, FA and D0. RGB value is (153,250,208). Sum of RGB (Red+Green+Blue) = 153+250+208=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAD0 is #66052F. Grayscale: #D8D8D8. Windows color (decimal): -6686000 or 13695641. OLE color: 13695641.

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

Color convert

RGB153250208-
CMYK0.3900.170.02
HSL154.02º90.65%79.02%-
HSV(B)154.02º38.8%98.04%-
XYZ58.7179.771.96-
YUV216.21123.3682.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.04%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=25.04%
G=40.92%
B=34.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502080.3900.170.02154.0290.6579.02
Hex99FAD02701129a5b4f
Octal231372320470212232133117
Binary100110011111101011010000100111010001101001101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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