Shades of Magic Mint #95F9CA
Tints of Magic Mint #95F9CA
RGB
CMYK
RGB Variations
Color information
#95F9CA (or 0x95F9CA) is known color: Magic Mint. HEX triplet: 95, F9 and CA. RGB value is (149,249,202). Sum of RGB (Red+Green+Blue) = 149+249+202=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9CA is #6A0635. Grayscale: #D5D5D5. Windows color (decimal): -6948406 or 13302165. OLE color: 13302165.
HSL color Cylindrical-coordinate representation of color #95F9CA: hue angle of 151.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9CA is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 202 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.02 |
| HSL | 151.8º | 0.89% | 0.78% | - |
| HSV(B) | 151.8º | 0.4% | 0.98% | - |
| XYZ | 56.93 | 78.41 | 68.01 | - |
| YUV | 213.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 202 | 0.40 | 0 | 0.19 | 0.02 | 151.8 | 0.89 | 0.78 |
| Hex | 95 | F9 | CA | 28 | 0 | 13 | 2 | 98 | 59 | 4E |
| Octal | 225 | 371 | 312 | 50 | 0 | 23 | 2 | 230 | 131 | 116 |
| Binary | 10010101 | 11111001 | 11001010 | 101000 | 0 | 10011 | 10 | 10011000 | 1011001 | 1001110 |
Color Harmonies of #95F9CA
Complementary color
Monochromatic Colors of #95F9CA
Black with #95F9CA
Text Example
Text Example
White with #95F9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9CA; }
p { color: rgb(149,249,202); }
H1.HeaderClassName
{
color: #95F9CA;
}
.AnyTagClassName
{
color: #95F9CA;
}
</style>
background-color css
<style>
a { background-color: #95F9CA; }
a { background-color: rgb(149,249,202); }
div.DivClassName
{
background-color: #95F9CA;
}
.BgClassName
{
background-color: #95F9CA;
}
</style>
border-color css
<style>
span { border-color: #95F9CA; }
span { border-color: rgb(149,249,202); }
td.TdClassName
{
border-color: #95F9CA;
}
.TagClassName
{
border-color: #95F9CA;
}
</style>