Shades of Magic Mint #95EAC6
Tints of Magic Mint #95EAC6
RGB
CMYK
RGB Variations
Color information
#95EAC6 (or 0x95EAC6) is known color: Magic Mint. HEX triplet: 95, EA and C6. RGB value is (149,234,198). Sum of RGB (Red+Green+Blue) = 149+234+198=581 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.65% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAC6 is #6A1539. Grayscale: #CCCCCC. Windows color (decimal): -6952250 or 13036181. OLE color: 13036181.
HSL color Cylindrical-coordinate representation of color #95EAC6: hue angle of 154.59º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAC6 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 198 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.08 |
| HSL | 154.59º | 0.67% | 0.75% | - |
| HSV(B) | 154.59º | 0.36% | 0.92% | - |
| XYZ | 52.01 | 69.31 | 64.06 | - |
| YUV | 204.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 198 | 0.36 | 0 | 0.15 | 0.08 | 154.59 | 0.67 | 0.75 |
| Hex | 95 | EA | C6 | 24 | 0 | F | 8 | 9B | 43 | 4B |
| Octal | 225 | 352 | 306 | 44 | 0 | 17 | 10 | 233 | 103 | 113 |
| Binary | 10010101 | 11101010 | 11000110 | 100100 | 0 | 1111 | 1000 | 10011011 | 1000011 | 1001011 |
Color Harmonies of #95EAC6
Complementary color
Monochromatic Colors of #95EAC6
Black with #95EAC6
Text Example
Text Example
White with #95EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAC6; }
p { color: rgb(149,234,198); }
H1.HeaderClassName
{
color: #95EAC6;
}
.AnyTagClassName
{
color: #95EAC6;
}
</style>
background-color css
<style>
a { background-color: #95EAC6; }
a { background-color: rgb(149,234,198); }
div.DivClassName
{
background-color: #95EAC6;
}
.BgClassName
{
background-color: #95EAC6;
}
</style>
border-color css
<style>
span { border-color: #95EAC6; }
span { border-color: rgb(149,234,198); }
td.TdClassName
{
border-color: #95EAC6;
}
.TagClassName
{
border-color: #95EAC6;
}
</style>