#99F3BD

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

Shades of Magic Mint #99F3BD

Tints of Magic Mint #99F3BD

Color information

#99F3BD (or 0x99F3BD) is unknown color: approx Magic Mint. HEX triplet: 99, F3 and BD. RGB value is (153,243,189). Sum of RGB (Red+Green+Blue) = 153+243+189=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #99F3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F3BD is #660C42. Grayscale: #D2D2D2. Windows color (decimal): -6687811 or 12448665. OLE color: 12448665.

HSL color Cylindrical-coordinate representation of color #99F3BD: hue angle of 144º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F3BD is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB153243189-
CMYK0.3700.220.05
HSL144º78.95%77.65%-
HSV(B)144º37.04%95.29%-
XYZ54.3774.5559.67-
YUV209.93116.1887.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.15%
GREEN value IS 243 (95.31% from 255) = 41.54%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=26.15%
G=41.54%
B=32.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532431890.3700.220.0514478.9577.65
Hex99F3BD250165904f4e
Octal231363275450265220117116
Binary1001100111110011101111011001010101101011001000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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