Shades of Aquamarine #95F5DE
Tints of Aquamarine #95F5DE
RGB
CMYK
RGB Variations
Color information
#95F5DE (or 0x95F5DE) is known color: Aquamarine. HEX triplet: 95, F5 and DE. RGB value is (149,245,222). Sum of RGB (Red+Green+Blue) = 149+245+222=616 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.19% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #95F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F5DE is #6A0A21. Grayscale: #D5D5D5. Windows color (decimal): -6949410 or 14611861. OLE color: 14611861.
HSL color Cylindrical-coordinate representation of color #95F5DE: hue angle of 165.62º 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 #95F5DE is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 222 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.04 |
| HSL | 165.63º | 0.83% | 0.77% | - |
| HSV(B) | 165.63º | 0.39% | 0.96% | - |
| XYZ | 58.23 | 76.97 | 80.89 | - |
| YUV | 213.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 222 | 0.39 | 0 | 0.09 | 0.04 | 165.63 | 0.83 | 0.77 |
| Hex | 95 | F5 | DE | 27 | 0 | 9 | 4 | A6 | 53 | 4D |
| Octal | 225 | 365 | 336 | 47 | 0 | 11 | 4 | 246 | 123 | 115 |
| Binary | 10010101 | 11110101 | 11011110 | 100111 | 0 | 1001 | 100 | 10100110 | 1010011 | 1001101 |
Color Harmonies of #95F5DE
Complementary color
Monochromatic Colors of #95F5DE
Black with #95F5DE
Text Example
Text Example
White with #95F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F5DE; }
p { color: rgb(149,245,222); }
H1.HeaderClassName
{
color: #95F5DE;
}
.AnyTagClassName
{
color: #95F5DE;
}
</style>
background-color css
<style>
a { background-color: #95F5DE; }
a { background-color: rgb(149,245,222); }
div.DivClassName
{
background-color: #95F5DE;
}
.BgClassName
{
background-color: #95F5DE;
}
</style>
border-color css
<style>
span { border-color: #95F5DE; }
span { border-color: rgb(149,245,222); }
td.TdClassName
{
border-color: #95F5DE;
}
.TagClassName
{
border-color: #95F5DE;
}
</style>