#99FABA

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

Shades of Magic Mint #99FABA

Tints of Magic Mint #99FABA

Color information

#99FABA (or 0x99FABA) is unknown color: approx Magic Mint. HEX triplet: 99, FA and BA. RGB value is (153,250,186). Sum of RGB (Red+Green+Blue) = 153+250+186=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #99FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FABA is #660545. Grayscale: #D5D5D5. Windows color (decimal): -6686022 or 12253849. OLE color: 12253849.

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

Color convert

RGB153250186-
CMYK0.3900.260.02
HSL140.41º90.65%79.02%-
HSV(B)140.41º38.8%98.04%-
XYZ56.1978.6958.68-
YUV213.7112.3684.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.98%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=25.98%
G=42.44%
B=31.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532501860.3900.260.02140.4190.6579.02
Hex99FABA2701A28c5b4f
Octal231372272470322214133117
Binary100110011111101010111010100111011010101000110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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