#99FED6

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

Shades of Magic Mint #99FED6

Tints of Magic Mint #99FED6

Color information

#99FED6 (or 0x99FED6) is unknown color: approx Magic Mint. HEX triplet: 99, FE and D6. RGB value is (153,254,214). Sum of RGB (Red+Green+Blue) = 153+254+214=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #99FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FED6 is #660129. Grayscale: #DBDBDB. Windows color (decimal): -6684970 or 14089881. OLE color: 14089881.

HSL color Cylindrical-coordinate representation of color #99FED6: hue angle of 156.24º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FED6 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB153254214-
CMYK0.4000.160.00
HSL156.24º98.06%79.8%-
HSV(B)156.24º39.76%99.61%-
XYZ60.7282.5176.34-
YUV219.24125.0480.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.64%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=24.64%
G=40.90%
B=34.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532542140.4000.160.00156.2498.0679.8
Hex99FED62801009c6250
Octal231376326500200234142120
Binary10011001111111101101011010100001000001001110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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