#99F1CA

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

Shades of Magic Mint #99F1CA

Tints of Magic Mint #99F1CA

Color information

#99F1CA (or 0x99F1CA) is unknown color: approx Magic Mint. HEX triplet: 99, F1 and CA. RGB value is (153,241,202). Sum of RGB (Red+Green+Blue) = 153+241+202=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F1CA is #660E35. Grayscale: #D2D2D2. Windows color (decimal): -6688310 or 13300121. OLE color: 13300121.

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

Color convert

RGB153241202-
CMYK0.3700.160.05
HSL153.41º75.86%77.25%-
HSV(B)153.41º36.51%94.51%-
XYZ55.2573.9567.24-
YUV210.24123.3587.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=25.67%
G=40.44%
B=33.89%

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
Decimal1532412020.3700.160.05153.4175.8677.25
Hex99F1CA250105994c4d
Octal231361312450205231114115
Binary1001100111110001110010101001010100001011001100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,241,202); }

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

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

 a { background-color: rgb(153,241,202); }

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

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

 span { border-color: rgb(153,241,202); }

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