Shades of Aquamarine #95F9D8
Tints of Aquamarine #95F9D8
RGB
CMYK
RGB Variations
Color information
#95F9D8 (or 0x95F9D8) is known color: Aquamarine. HEX triplet: 95, F9 and D8. RGB value is (149,249,216). Sum of RGB (Red+Green+Blue) = 149+249+216=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9D8 is #6A0627. Grayscale: #D7D7D7. Windows color (decimal): -6948392 or 14219669. OLE color: 14219669.
HSL color Cylindrical-coordinate representation of color #95F9D8: hue angle of 160.2º 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 #95F9D8 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 216 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.02 |
| HSL | 160.2º | 0.89% | 0.78% | - |
| HSV(B) | 160.2º | 0.4% | 0.98% | - |
| XYZ | 58.66 | 79.1 | 77.14 | - |
| YUV | 215.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 216 | 0.40 | 0 | 0.13 | 0.02 | 160.2 | 0.89 | 0.78 |
| Hex | 95 | F9 | D8 | 28 | 0 | D | 2 | A0 | 59 | 4E |
| Octal | 225 | 371 | 330 | 50 | 0 | 15 | 2 | 240 | 131 | 116 |
| Binary | 10010101 | 11111001 | 11011000 | 101000 | 0 | 1101 | 10 | 10100000 | 1011001 | 1001110 |
Color Harmonies of #95F9D8
Complementary color
Monochromatic Colors of #95F9D8
Black with #95F9D8
Text Example
Text Example
White with #95F9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9D8; }
p { color: rgb(149,249,216); }
H1.HeaderClassName
{
color: #95F9D8;
}
.AnyTagClassName
{
color: #95F9D8;
}
</style>
background-color css
<style>
a { background-color: #95F9D8; }
a { background-color: rgb(149,249,216); }
div.DivClassName
{
background-color: #95F9D8;
}
.BgClassName
{
background-color: #95F9D8;
}
</style>
border-color css
<style>
span { border-color: #95F9D8; }
span { border-color: rgb(149,249,216); }
td.TdClassName
{
border-color: #95F9D8;
}
.TagClassName
{
border-color: #95F9D8;
}
</style>