#99F2DA

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

Shades of Magic Mint #99F2DA

Tints of Magic Mint #99F2DA

Color information

#99F2DA (or 0x99F2DA) is unknown color: approx Magic Mint. HEX triplet: 99, F2 and DA. RGB value is (153,242,218). Sum of RGB (Red+Green+Blue) = 153+242+218=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F2DA is #660D25. Grayscale: #D4D4D4. Windows color (decimal): -6688038 or 14348953. OLE color: 14348953.

HSL color Cylindrical-coordinate representation of color #99F2DA: hue angle of 163.82º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F2DA is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB153242218-
CMYK0.3700.100.05
HSL163.82º77.39%77.45%-
HSV(B)163.82º36.78%94.9%-
XYZ57.5475.3477.84-
YUV212.65131.0185.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.96%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=24.96%
G=39.48%
B=35.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532422180.3700.100.05163.8277.3977.45
Hex99F2DA250A5a44d4d
Octal231362332450125244115115
Binary100110011111001011011010100101010101011010010010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,242,218); }

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

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

 a { background-color: rgb(153,242,218); }

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

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

 span { border-color: rgb(153,242,218); }

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