Shades of Aquamarine #85EFD0
Tints of Aquamarine #85EFD0
RGB
CMYK
RGB Variations
Color information
#85EFD0 (or 0x85EFD0) is known color: Aquamarine. HEX triplet: 85, EF and D0. RGB value is (133,239,208). Sum of RGB (Red+Green+Blue) = 133+239+208=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFD0 is #7A102F. Grayscale: #CBCBCB. Windows color (decimal): -7999536 or 13692805. OLE color: 13692805.
HSL color Cylindrical-coordinate representation of color #85EFD0: hue angle of 162.45º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFD0 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 208 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.06 |
| HSL | 162.45º | 0.77% | 0.73% | - |
| HSV(B) | 162.45º | 0.44% | 0.94% | - |
| XYZ | 51.92 | 71.27 | 70.69 | - |
| YUV | 203.77 | 130.38 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 208 | 0.44 | 0 | 0.13 | 0.06 | 162.45 | 0.77 | 0.73 |
| Hex | 85 | EF | D0 | 2C | 0 | D | 6 | A2 | 4D | 49 |
| Octal | 205 | 357 | 320 | 54 | 0 | 15 | 6 | 242 | 115 | 111 |
| Binary | 10000101 | 11101111 | 11010000 | 101100 | 0 | 1101 | 110 | 10100010 | 1001101 | 1001001 |
Color Harmonies of #85EFD0
Complementary color
Monochromatic Colors of #85EFD0
Black with #85EFD0
Text Example
Text Example
White with #85EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFD0; }
p { color: rgb(133,239,208); }
H1.HeaderClassName
{
color: #85EFD0;
}
.AnyTagClassName
{
color: #85EFD0;
}
</style>
background-color css
<style>
a { background-color: #85EFD0; }
a { background-color: rgb(133,239,208); }
div.DivClassName
{
background-color: #85EFD0;
}
.BgClassName
{
background-color: #85EFD0;
}
</style>
border-color css
<style>
span { border-color: #85EFD0; }
span { border-color: rgb(133,239,208); }
td.TdClassName
{
border-color: #85EFD0;
}
.TagClassName
{
border-color: #85EFD0;
}
</style>