#99F5BD

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

Shades of Magic Mint #99F5BD

Tints of Magic Mint #99F5BD

Color information

#99F5BD (or 0x99F5BD) is unknown color: approx Magic Mint. HEX triplet: 99, F5 and BD. RGB value is (153,245,189). Sum of RGB (Red+Green+Blue) = 153+245+189=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #99F5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F5BD is #660A42. Grayscale: #D3D3D3. Windows color (decimal): -6687299 or 12449177. OLE color: 12449177.

HSL color Cylindrical-coordinate representation of color #99F5BD: hue angle of 143.48º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F5BD is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB153245189-
CMYK0.3800.230.04
HSL143.48º82.14%78.04%-
HSV(B)143.48º37.55%96.08%-
XYZ54.9775.7559.87-
YUV211.11115.5286.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 245 (96.09% from 255) = 41.74%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=26.06%
G=41.74%
B=32.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532451890.3800.230.04143.4882.1478.04
Hex99F5BD2601748f524e
Octal231365275460274217122116
Binary1001100111110101101111011001100101111001000111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,245,189); }

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

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

 a { background-color: rgb(153,245,189); }

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

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

 span { border-color: rgb(153,245,189); }

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