Shades of Magic Mint #95F6CA
Tints of Magic Mint #95F6CA
RGB
CMYK
RGB Variations
Color information
#95F6CA (or 0x95F6CA) is known color: Magic Mint. HEX triplet: 95, F6 and CA. RGB value is (149,246,202). Sum of RGB (Red+Green+Blue) = 149+246+202=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #95F6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F6CA is #6A0935. Grayscale: #D4D4D4. Windows color (decimal): -6949174 or 13301397. OLE color: 13301397.
HSL color Cylindrical-coordinate representation of color #95F6CA: hue angle of 152.78º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F6CA is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 202 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.04 |
| HSL | 152.78º | 0.84% | 0.77% | - |
| HSV(B) | 152.78º | 0.39% | 0.96% | - |
| XYZ | 56.01 | 76.57 | 67.7 | - |
| YUV | 211.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 202 | 0.39 | 0 | 0.18 | 0.04 | 152.78 | 0.84 | 0.77 |
| Hex | 95 | F6 | CA | 27 | 0 | 12 | 4 | 99 | 54 | 4D |
| Octal | 225 | 366 | 312 | 47 | 0 | 22 | 4 | 231 | 124 | 115 |
| Binary | 10010101 | 11110110 | 11001010 | 100111 | 0 | 10010 | 100 | 10011001 | 1010100 | 1001101 |
Color Harmonies of #95F6CA
Complementary color
Monochromatic Colors of #95F6CA
Black with #95F6CA
Text Example
Text Example
White with #95F6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F6CA; }
p { color: rgb(149,246,202); }
H1.HeaderClassName
{
color: #95F6CA;
}
.AnyTagClassName
{
color: #95F6CA;
}
</style>
background-color css
<style>
a { background-color: #95F6CA; }
a { background-color: rgb(149,246,202); }
div.DivClassName
{
background-color: #95F6CA;
}
.BgClassName
{
background-color: #95F6CA;
}
</style>
border-color css
<style>
span { border-color: #95F6CA; }
span { border-color: rgb(149,246,202); }
td.TdClassName
{
border-color: #95F6CA;
}
.TagClassName
{
border-color: #95F6CA;
}
</style>