Shades of Aquamarine #85EFC7
Tints of Aquamarine #85EFC7
RGB
CMYK
RGB Variations
Color information
#85EFC7 (or 0x85EFC7) is known color: Aquamarine. HEX triplet: 85, EF and C7. RGB value is (133,239,199). Sum of RGB (Red+Green+Blue) = 133+239+199=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFC7 is #7A1038. Grayscale: #CACACA. Windows color (decimal): -7999545 or 13102981. OLE color: 13102981.
HSL color Cylindrical-coordinate representation of color #85EFC7: hue angle of 157.36º 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 #85EFC7 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 199 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.06 |
| HSL | 157.36º | 0.77% | 0.73% | - |
| HSV(B) | 157.36º | 0.44% | 0.94% | - |
| XYZ | 50.85 | 70.84 | 65.03 | - |
| YUV | 202.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 199 | 0.44 | 0 | 0.17 | 0.06 | 157.36 | 0.77 | 0.73 |
| Hex | 85 | EF | C7 | 2C | 0 | 11 | 6 | 9D | 4D | 49 |
| Octal | 205 | 357 | 307 | 54 | 0 | 21 | 6 | 235 | 115 | 111 |
| Binary | 10000101 | 11101111 | 11000111 | 101100 | 0 | 10001 | 110 | 10011101 | 1001101 | 1001001 |
Color Harmonies of #85EFC7
Complementary color
Monochromatic Colors of #85EFC7
Black with #85EFC7
Text Example
Text Example
White with #85EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFC7; }
p { color: rgb(133,239,199); }
H1.HeaderClassName
{
color: #85EFC7;
}
.AnyTagClassName
{
color: #85EFC7;
}
</style>
background-color css
<style>
a { background-color: #85EFC7; }
a { background-color: rgb(133,239,199); }
div.DivClassName
{
background-color: #85EFC7;
}
.BgClassName
{
background-color: #85EFC7;
}
</style>
border-color css
<style>
span { border-color: #85EFC7; }
span { border-color: rgb(133,239,199); }
td.TdClassName
{
border-color: #85EFC7;
}
.TagClassName
{
border-color: #85EFC7;
}
</style>