Shades of Aquamarine #95F7DB
Tints of Aquamarine #95F7DB
RGB
CMYK
RGB Variations
Color information
#95F7DB (or 0x95F7DB) is known color: Aquamarine. HEX triplet: 95, F7 and DB. RGB value is (149,247,219). Sum of RGB (Red+Green+Blue) = 149+247+219=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F7DB is #6A0824. Grayscale: #D6D6D6. Windows color (decimal): -6948901 or 14415765. OLE color: 14415765.
HSL color Cylindrical-coordinate representation of color #95F7DB: hue angle of 162.86º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7DB is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 247 | 219 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.03 |
| HSL | 162.86º | 0.86% | 0.78% | - |
| HSV(B) | 162.86º | 0.4% | 0.97% | - |
| XYZ | 58.44 | 78.03 | 79 | - |
| YUV | 214.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 247 | 219 | 0.40 | 0 | 0.11 | 0.03 | 162.86 | 0.86 | 0.78 |
| Hex | 95 | F7 | DB | 28 | 0 | B | 3 | A3 | 56 | 4E |
| Octal | 225 | 367 | 333 | 50 | 0 | 13 | 3 | 243 | 126 | 116 |
| Binary | 10010101 | 11110111 | 11011011 | 101000 | 0 | 1011 | 11 | 10100011 | 1010110 | 1001110 |
Color Harmonies of #95F7DB
Complementary color
Monochromatic Colors of #95F7DB
Black with #95F7DB
Text Example
Text Example
White with #95F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F7DB; }
p { color: rgb(149,247,219); }
H1.HeaderClassName
{
color: #95F7DB;
}
.AnyTagClassName
{
color: #95F7DB;
}
</style>
background-color css
<style>
a { background-color: #95F7DB; }
a { background-color: rgb(149,247,219); }
div.DivClassName
{
background-color: #95F7DB;
}
.BgClassName
{
background-color: #95F7DB;
}
</style>
border-color css
<style>
span { border-color: #95F7DB; }
span { border-color: rgb(149,247,219); }
td.TdClassName
{
border-color: #95F7DB;
}
.TagClassName
{
border-color: #95F7DB;
}
</style>