#99FEBA

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

Shades of Magic Mint #99FEBA

Tints of Magic Mint #99FEBA

Color information

#99FEBA (or 0x99FEBA) is unknown color: approx Magic Mint. HEX triplet: 99, FE and BA. RGB value is (153,254,186). Sum of RGB (Red+Green+Blue) = 153+254+186=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FEBA is #660145. Grayscale: #D8D8D8. Windows color (decimal): -6684998 or 12254873. OLE color: 12254873.

HSL color Cylindrical-coordinate representation of color #99FEBA: hue angle of 139.6º 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 #99FEBA is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB153254186-
CMYK0.4000.270.00
HSL139.6º98.06%79.8%-
HSV(B)139.6º39.76%99.61%-
XYZ57.4481.259.1-
YUV216.05111.0483.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=25.80%
G=42.83%
B=31.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532541860.4000.270.00139.698.0679.8
Hex99FEBA2801B08c6250
Octal231376272500330214142120
Binary10011001111111101011101010100001101101000110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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