#99F3CC

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

Shades of Magic Mint #99F3CC

Tints of Magic Mint #99F3CC

Color information

#99F3CC (or 0x99F3CC) is unknown color: approx Magic Mint. HEX triplet: 99, F3 and CC. RGB value is (153,243,204). Sum of RGB (Red+Green+Blue) = 153+243+204=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #99F3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F3CC is #660C33. Grayscale: #D3D3D3. Windows color (decimal): -6687796 or 13431705. OLE color: 13431705.

HSL color Cylindrical-coordinate representation of color #99F3CC: hue angle of 154º 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 #99F3CC is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB153243204-
CMYK0.3700.160.05
HSL154º78.95%77.65%-
HSV(B)154º37.04%95.29%-
XYZ56.0975.2368.69-
YUV211.64123.6886.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.5%
GREEN value IS 243 (95.31% from 255) = 40.5%
BLUE value IS 204 (80.08% from 255) = 34%
R=25.5%
G=40.5%
B=34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532432040.3700.160.0515478.9577.65
Hex99F3CC2501059a4f4e
Octal231363314450205232117116
Binary1001100111110011110011001001010100001011001101010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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