Shades of Aquamarine #95FBD9
Tints of Aquamarine #95FBD9
RGB
CMYK
RGB Variations
Color information
#95FBD9 (or 0x95FBD9) is known color: Aquamarine. HEX triplet: 95, FB and D9. RGB value is (149,251,217). Sum of RGB (Red+Green+Blue) = 149+251+217=617 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.15% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FBD9 is #6A0426. Grayscale: #D8D8D8. Windows color (decimal): -6947879 or 14285717. OLE color: 14285717.
HSL color Cylindrical-coordinate representation of color #95FBD9: hue angle of 160º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBD9 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 217 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.02 |
| HSL | 160º | 0.93% | 0.78% | - |
| HSV(B) | 160º | 0.41% | 0.98% | - |
| XYZ | 59.42 | 80.39 | 78.03 | - |
| YUV | 216.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 217 | 0.41 | 0 | 0.14 | 0.02 | 160 | 0.93 | 0.78 |
| Hex | 95 | FB | D9 | 29 | 0 | E | 2 | A0 | 5D | 4E |
| Octal | 225 | 373 | 331 | 51 | 0 | 16 | 2 | 240 | 135 | 116 |
| Binary | 10010101 | 11111011 | 11011001 | 101001 | 0 | 1110 | 10 | 10100000 | 1011101 | 1001110 |
Color Harmonies of #95FBD9
Complementary color
Monochromatic Colors of #95FBD9
Black with #95FBD9
Text Example
Text Example
White with #95FBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FBD9; }
p { color: rgb(149,251,217); }
H1.HeaderClassName
{
color: #95FBD9;
}
.AnyTagClassName
{
color: #95FBD9;
}
</style>
background-color css
<style>
a { background-color: #95FBD9; }
a { background-color: rgb(149,251,217); }
div.DivClassName
{
background-color: #95FBD9;
}
.BgClassName
{
background-color: #95FBD9;
}
</style>
border-color css
<style>
span { border-color: #95FBD9; }
span { border-color: rgb(149,251,217); }
td.TdClassName
{
border-color: #95FBD9;
}
.TagClassName
{
border-color: #95FBD9;
}
</style>