Shades of Aquamarine #95F9D9
Tints of Aquamarine #95F9D9
RGB
CMYK
RGB Variations
Color information
#95F9D9 (or 0x95F9D9) is known color: Aquamarine. HEX triplet: 95, F9 and D9. RGB value is (149,249,217). Sum of RGB (Red+Green+Blue) = 149+249+217=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9D9 is #6A0626. Grayscale: #D7D7D7. Windows color (decimal): -6948391 or 14285205. OLE color: 14285205.
HSL color Cylindrical-coordinate representation of color #95F9D9: hue angle of 160.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 #95F9D9 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 217 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.02 |
| HSL | 160.8º | 0.89% | 0.78% | - |
| HSV(B) | 160.8º | 0.4% | 0.98% | - |
| XYZ | 58.79 | 79.15 | 77.82 | - |
| YUV | 215.45 | 128.87 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 217 | 0.40 | 0 | 0.13 | 0.02 | 160.8 | 0.89 | 0.78 |
| Hex | 95 | F9 | D9 | 28 | 0 | D | 2 | A1 | 59 | 4E |
| Octal | 225 | 371 | 331 | 50 | 0 | 15 | 2 | 241 | 131 | 116 |
| Binary | 10010101 | 11111001 | 11011001 | 101000 | 0 | 1101 | 10 | 10100001 | 1011001 | 1001110 |
Color Harmonies of #95F9D9
Complementary color
Monochromatic Colors of #95F9D9
Black with #95F9D9
Text Example
Text Example
White with #95F9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9D9; }
p { color: rgb(149,249,217); }
H1.HeaderClassName
{
color: #95F9D9;
}
.AnyTagClassName
{
color: #95F9D9;
}
</style>
background-color css
<style>
a { background-color: #95F9D9; }
a { background-color: rgb(149,249,217); }
div.DivClassName
{
background-color: #95F9D9;
}
.BgClassName
{
background-color: #95F9D9;
}
</style>
border-color css
<style>
span { border-color: #95F9D9; }
span { border-color: rgb(149,249,217); }
td.TdClassName
{
border-color: #95F9D9;
}
.TagClassName
{
border-color: #95F9D9;
}
</style>