Shades of Aquamarine #85FFDE
Tints of Aquamarine #85FFDE
RGB
CMYK
RGB Variations
Color information
#85FFDE (or 0x85FFDE) is known color: Aquamarine. HEX triplet: 85, FF and DE. RGB value is (133,255,222). Sum of RGB (Red+Green+Blue) = 133+255+222=610 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.80% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFDE is #7A0021. Grayscale: #D6D6D6. Windows color (decimal): -7995426 or 14614405. OLE color: 14614405.
HSL color Cylindrical-coordinate representation of color #85FFDE: hue angle of 163.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFDE is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 222 | - |
| CMYK | 0.48 | 0 | 0.13 | 0 |
| HSL | 163.77º | 1% | 0.76% | - |
| HSV(B) | 163.77º | 0.48% | 1% | - |
| XYZ | 58.62 | 81.78 | 81.8 | - |
| YUV | 214.76 | 132.08 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 222 | 0.48 | 0 | 0.13 | 0 | 163.77 | 1 | 0.76 |
| Hex | 85 | FF | DE | 30 | 0 | D | 0 | A4 | 64 | 4C |
| Octal | 205 | 377 | 336 | 60 | 0 | 15 | 0 | 244 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11011110 | 110000 | 0 | 1101 | 0 | 10100100 | 1100100 | 1001100 |
Color Harmonies of #85FFDE
Complementary color
Monochromatic Colors of #85FFDE
Black with #85FFDE
Text Example
Text Example
White with #85FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFDE; }
p { color: rgb(133,255,222); }
H1.HeaderClassName
{
color: #85FFDE;
}
.AnyTagClassName
{
color: #85FFDE;
}
</style>
background-color css
<style>
a { background-color: #85FFDE; }
a { background-color: rgb(133,255,222); }
div.DivClassName
{
background-color: #85FFDE;
}
.BgClassName
{
background-color: #85FFDE;
}
</style>
border-color css
<style>
span { border-color: #85FFDE; }
span { border-color: rgb(133,255,222); }
td.TdClassName
{
border-color: #85FFDE;
}
.TagClassName
{
border-color: #85FFDE;
}
</style>