#99FBBA

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

Shades of Magic Mint #99FBBA

Tints of Magic Mint #99FBBA

Color information

#99FBBA (or 0x99FBBA) is unknown color: approx Magic Mint. HEX triplet: 99, FB and BA. RGB value is (153,251,186). Sum of RGB (Red+Green+Blue) = 153+251+186=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FBBA is #660445. Grayscale: #D6D6D6. Windows color (decimal): -6685766 or 12254105. OLE color: 12254105.

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

Color convert

RGB153251186-
CMYK0.3900.260.02
HSL140.2º92.45%79.22%-
HSV(B)140.2º39.04%98.43%-
XYZ56.579.3158.79-
YUV214.29112.0384.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.93%
GREEN value IS 251 (98.44% from 255) = 42.54%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=25.93%
G=42.54%
B=31.53%

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
Decimal1532511860.3900.260.02140.292.4579.22
Hex99FBBA2701A28c5c4f
Octal231373272470322214134117
Binary100110011111101110111010100111011010101000110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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