Shades of Aquamarine #85EFD7
Tints of Aquamarine #85EFD7
RGB
CMYK
RGB Variations
Color information
#85EFD7 (or 0x85EFD7) is known color: Aquamarine. HEX triplet: 85, EF and D7. RGB value is (133,239,215). Sum of RGB (Red+Green+Blue) = 133+239+215=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFD7 is #7A1028. Grayscale: #CCCCCC. Windows color (decimal): -7999529 or 14151557. OLE color: 14151557.
HSL color Cylindrical-coordinate representation of color #85EFD7: hue angle of 166.42º 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 #85EFD7 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 215 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.06 |
| HSL | 166.42º | 0.77% | 0.73% | - |
| HSV(B) | 166.42º | 0.44% | 0.94% | - |
| XYZ | 52.81 | 71.63 | 75.33 | - |
| YUV | 204.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 215 | 0.44 | 0 | 0.10 | 0.06 | 166.42 | 0.77 | 0.73 |
| Hex | 85 | EF | D7 | 2C | 0 | A | 6 | A6 | 4D | 49 |
| Octal | 205 | 357 | 327 | 54 | 0 | 12 | 6 | 246 | 115 | 111 |
| Binary | 10000101 | 11101111 | 11010111 | 101100 | 0 | 1010 | 110 | 10100110 | 1001101 | 1001001 |
Color Harmonies of #85EFD7
Complementary color
Monochromatic Colors of #85EFD7
Black with #85EFD7
Text Example
Text Example
White with #85EFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFD7; }
p { color: rgb(133,239,215); }
H1.HeaderClassName
{
color: #85EFD7;
}
.AnyTagClassName
{
color: #85EFD7;
}
</style>
background-color css
<style>
a { background-color: #85EFD7; }
a { background-color: rgb(133,239,215); }
div.DivClassName
{
background-color: #85EFD7;
}
.BgClassName
{
background-color: #85EFD7;
}
</style>
border-color css
<style>
span { border-color: #85EFD7; }
span { border-color: rgb(133,239,215); }
td.TdClassName
{
border-color: #85EFD7;
}
.TagClassName
{
border-color: #85EFD7;
}
</style>