#99F7D6

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

Shades of Magic Mint #99F7D6

Tints of Magic Mint #99F7D6

Color information

#99F7D6 (or 0x99F7D6) is unknown color: approx Magic Mint. HEX triplet: 99, F7 and D6. RGB value is (153,247,214). Sum of RGB (Red+Green+Blue) = 153+247+214=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #99F7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F7D6 is #660829. Grayscale: #D7D7D7. Windows color (decimal): -6686762 or 14088089. OLE color: 14088089.

HSL color Cylindrical-coordinate representation of color #99F7D6: hue angle of 158.94º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F7D6 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB153247214-
CMYK0.3800.130.03
HSL158.94º85.45%78.43%-
HSV(B)158.94º38.06%96.86%-
XYZ58.5478.1575.62-
YUV215.13127.3683.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.92%
GREEN value IS 247 (96.88% from 255) = 40.23%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=24.92%
G=40.23%
B=34.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1532472140.3800.130.03158.9485.4578.43
Hex99F7D6260D39f554e
Octal231367326460153237125116
Binary10011001111101111101011010011001101111001111110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,247,214); }

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

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

 a { background-color: rgb(153,247,214); }

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

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

 span { border-color: rgb(153,247,214); }

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