Shades of Aquamarine #95F9DD
Tints of Aquamarine #95F9DD
RGB
CMYK
RGB Variations
Color information
#95F9DD (or 0x95F9DD) is known color: Aquamarine. HEX triplet: 95, F9 and DD. RGB value is (149,249,221). Sum of RGB (Red+Green+Blue) = 149+249+221=619 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.07% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9DD is #6A0622. Grayscale: #D7D7D7. Windows color (decimal): -6948387 or 14547349. OLE color: 14547349.
HSL color Cylindrical-coordinate representation of color #95F9DD: hue angle of 163.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 #95F9DD is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 221 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.02 |
| HSL | 163.2º | 0.89% | 0.78% | - |
| HSV(B) | 163.2º | 0.4% | 0.98% | - |
| XYZ | 59.32 | 79.36 | 80.6 | - |
| YUV | 215.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 221 | 0.40 | 0 | 0.11 | 0.02 | 163.2 | 0.89 | 0.78 |
| Hex | 95 | F9 | DD | 28 | 0 | B | 2 | A3 | 59 | 4E |
| Octal | 225 | 371 | 335 | 50 | 0 | 13 | 2 | 243 | 131 | 116 |
| Binary | 10010101 | 11111001 | 11011101 | 101000 | 0 | 1011 | 10 | 10100011 | 1011001 | 1001110 |
Color Harmonies of #95F9DD
Complementary color
Monochromatic Colors of #95F9DD
Black with #95F9DD
Text Example
Text Example
White with #95F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9DD; }
p { color: rgb(149,249,221); }
H1.HeaderClassName
{
color: #95F9DD;
}
.AnyTagClassName
{
color: #95F9DD;
}
</style>
background-color css
<style>
a { background-color: #95F9DD; }
a { background-color: rgb(149,249,221); }
div.DivClassName
{
background-color: #95F9DD;
}
.BgClassName
{
background-color: #95F9DD;
}
</style>
border-color css
<style>
span { border-color: #95F9DD; }
span { border-color: rgb(149,249,221); }
td.TdClassName
{
border-color: #95F9DD;
}
.TagClassName
{
border-color: #95F9DD;
}
</style>