Shades of Aquamarine #95FFDE
Tints of Aquamarine #95FFDE
RGB
CMYK
RGB Variations
Color information
#95FFDE (or 0x95FFDE) is known color: Aquamarine. HEX triplet: 95, FF and DE. RGB value is (149,255,222). Sum of RGB (Red+Green+Blue) = 149+255+222=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFDE is #6A0021. Grayscale: #DBDBDB. Windows color (decimal): -6946850 or 14614421. OLE color: 14614421.
HSL color Cylindrical-coordinate representation of color #95FFDE: hue angle of 161.32º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFDE is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 222 | - |
| CMYK | 0.42 | 0 | 0.13 | 0 |
| HSL | 161.32º | 1% | 0.79% | - |
| HSV(B) | 161.32º | 0.42% | 1% | - |
| XYZ | 61.34 | 83.18 | 81.93 | - |
| YUV | 219.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 222 | 0.42 | 0 | 0.13 | 0 | 161.32 | 1 | 0.79 |
| Hex | 95 | FF | DE | 2A | 0 | D | 0 | A1 | 64 | 4F |
| Octal | 225 | 377 | 336 | 52 | 0 | 15 | 0 | 241 | 144 | 117 |
| Binary | 10010101 | 11111111 | 11011110 | 101010 | 0 | 1101 | 0 | 10100001 | 1100100 | 1001111 |
Color Harmonies of #95FFDE
Complementary color
Monochromatic Colors of #95FFDE
Black with #95FFDE
Text Example
Text Example
White with #95FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFDE; }
p { color: rgb(149,255,222); }
H1.HeaderClassName
{
color: #95FFDE;
}
.AnyTagClassName
{
color: #95FFDE;
}
</style>
background-color css
<style>
a { background-color: #95FFDE; }
a { background-color: rgb(149,255,222); }
div.DivClassName
{
background-color: #95FFDE;
}
.BgClassName
{
background-color: #95FFDE;
}
</style>
border-color css
<style>
span { border-color: #95FFDE; }
span { border-color: rgb(149,255,222); }
td.TdClassName
{
border-color: #95FFDE;
}
.TagClassName
{
border-color: #95FFDE;
}
</style>