Shades of Magic Mint #95EAC4
Tints of Magic Mint #95EAC4
RGB
CMYK
RGB Variations
Color information
#95EAC4 (or 0x95EAC4) is known color: Magic Mint. HEX triplet: 95, EA and C4. RGB value is (149,234,196). Sum of RGB (Red+Green+Blue) = 149+234+196=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAC4 is #6A153B. Grayscale: #CCCCCC. Windows color (decimal): -6952252 or 12905109. OLE color: 12905109.
HSL color Cylindrical-coordinate representation of color #95EAC4: hue angle of 153.18º 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 #95EAC4 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 196 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.08 |
| HSL | 153.18º | 0.67% | 0.75% | - |
| HSV(B) | 153.18º | 0.36% | 0.92% | - |
| XYZ | 51.78 | 69.22 | 62.86 | - |
| YUV | 204.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 196 | 0.36 | 0 | 0.16 | 0.08 | 153.18 | 0.67 | 0.75 |
| Hex | 95 | EA | C4 | 24 | 0 | 10 | 8 | 99 | 43 | 4B |
| Octal | 225 | 352 | 304 | 44 | 0 | 20 | 10 | 231 | 103 | 113 |
| Binary | 10010101 | 11101010 | 11000100 | 100100 | 0 | 10000 | 1000 | 10011001 | 1000011 | 1001011 |
Color Harmonies of #95EAC4
Complementary color
Monochromatic Colors of #95EAC4
Black with #95EAC4
Text Example
Text Example
White with #95EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAC4; }
p { color: rgb(149,234,196); }
H1.HeaderClassName
{
color: #95EAC4;
}
.AnyTagClassName
{
color: #95EAC4;
}
</style>
background-color css
<style>
a { background-color: #95EAC4; }
a { background-color: rgb(149,234,196); }
div.DivClassName
{
background-color: #95EAC4;
}
.BgClassName
{
background-color: #95EAC4;
}
</style>
border-color css
<style>
span { border-color: #95EAC4; }
span { border-color: rgb(149,234,196); }
td.TdClassName
{
border-color: #95EAC4;
}
.TagClassName
{
border-color: #95EAC4;
}
</style>