Shades of Aquamarine #95F5DB
Tints of Aquamarine #95F5DB
RGB
CMYK
RGB Variations
Color information
#95F5DB (or 0x95F5DB) is known color: Aquamarine. HEX triplet: 95, F5 and DB. RGB value is (149,245,219). Sum of RGB (Red+Green+Blue) = 149+245+219=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #95F5DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F5DB is #6A0A24. Grayscale: #D5D5D5. Windows color (decimal): -6949413 or 14415253. OLE color: 14415253.
HSL color Cylindrical-coordinate representation of color #95F5DB: hue angle of 163.75º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F5DB is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 219 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.04 |
| HSL | 163.75º | 0.83% | 0.77% | - |
| HSV(B) | 163.75º | 0.39% | 0.96% | - |
| XYZ | 57.83 | 76.81 | 78.8 | - |
| YUV | 213.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 219 | 0.39 | 0 | 0.11 | 0.04 | 163.75 | 0.83 | 0.77 |
| Hex | 95 | F5 | DB | 27 | 0 | B | 4 | A4 | 53 | 4D |
| Octal | 225 | 365 | 333 | 47 | 0 | 13 | 4 | 244 | 123 | 115 |
| Binary | 10010101 | 11110101 | 11011011 | 100111 | 0 | 1011 | 100 | 10100100 | 1010011 | 1001101 |
Color Harmonies of #95F5DB
Complementary color
Monochromatic Colors of #95F5DB
Black with #95F5DB
Text Example
Text Example
White with #95F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F5DB; }
p { color: rgb(149,245,219); }
H1.HeaderClassName
{
color: #95F5DB;
}
.AnyTagClassName
{
color: #95F5DB;
}
</style>
background-color css
<style>
a { background-color: #95F5DB; }
a { background-color: rgb(149,245,219); }
div.DivClassName
{
background-color: #95F5DB;
}
.BgClassName
{
background-color: #95F5DB;
}
</style>
border-color css
<style>
span { border-color: #95F5DB; }
span { border-color: rgb(149,245,219); }
td.TdClassName
{
border-color: #95F5DB;
}
.TagClassName
{
border-color: #95F5DB;
}
</style>