#99FAD1

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

Shades of Magic Mint #99FAD1

Tints of Magic Mint #99FAD1

Color information

#99FAD1 (or 0x99FAD1) is unknown color: approx Magic Mint. HEX triplet: 99, FA and D1. RGB value is (153,250,209). Sum of RGB (Red+Green+Blue) = 153+250+209=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAD1 is #66052E. Grayscale: #D8D8D8. Windows color (decimal): -6685999 or 13761177. OLE color: 13761177.

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

Color convert

RGB153250209-
CMYK0.3900.160.02
HSL154.64º90.65%79.02%-
HSV(B)154.64º38.8%98.04%-
XYZ58.8379.7572.61-
YUV216.32123.8682.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=25%
G=40.85%
B=34.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502090.3900.160.02154.6490.6579.02
Hex99FAD12701029b5b4f
Octal231372321470202233133117
Binary100110011111101011010001100111010000101001101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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