#99FAD3

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

Shades of Magic Mint #99FAD3

Tints of Magic Mint #99FAD3

Color information

#99FAD3 (or 0x99FAD3) is unknown color: approx Magic Mint. HEX triplet: 99, FA and D3. RGB value is (153,250,211). Sum of RGB (Red+Green+Blue) = 153+250+211=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAD3 is #66052C. Grayscale: #D8D8D8. Windows color (decimal): -6685997 or 13892249. OLE color: 13892249.

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

Color convert

RGB153250211-
CMYK0.3900.160.02
HSL155.88º90.65%79.02%-
HSV(B)155.88º38.8%98.04%-
XYZ59.0879.8573.93-
YUV216.55124.8682.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.92%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=24.92%
G=40.72%
B=34.36%

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
Decimal1532502110.3900.160.02155.8890.6579.02
Hex99FAD32701029c5b4f
Octal231372323470202234133117
Binary100110011111101011010011100111010000101001110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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