Shades of Aquamarine #85F9CF
Tints of Aquamarine #85F9CF
RGB
CMYK
RGB Variations
Color information
#85F9CF (or 0x85F9CF) is known color: Aquamarine. HEX triplet: 85, F9 and CF. RGB value is (133,249,207). Sum of RGB (Red+Green+Blue) = 133+249+207=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F9CF is #7A0630. Grayscale: #D1D1D1. Windows color (decimal): -7996977 or 13629829. OLE color: 13629829.
HSL color Cylindrical-coordinate representation of color #85F9CF: hue angle of 158.28º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F9CF is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 207 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.02 |
| HSL | 158.28º | 0.91% | 0.75% | - |
| HSV(B) | 158.28º | 0.47% | 0.98% | - |
| XYZ | 54.81 | 77.24 | 71.05 | - |
| YUV | 209.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 207 | 0.47 | 0 | 0.17 | 0.02 | 158.28 | 0.91 | 0.75 |
| Hex | 85 | F9 | CF | 2F | 0 | 11 | 2 | 9E | 5B | 4B |
| Octal | 205 | 371 | 317 | 57 | 0 | 21 | 2 | 236 | 133 | 113 |
| Binary | 10000101 | 11111001 | 11001111 | 101111 | 0 | 10001 | 10 | 10011110 | 1011011 | 1001011 |
Color Harmonies of #85F9CF
Complementary color
Monochromatic Colors of #85F9CF
Black with #85F9CF
Text Example
Text Example
White with #85F9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F9CF; }
p { color: rgb(133,249,207); }
H1.HeaderClassName
{
color: #85F9CF;
}
.AnyTagClassName
{
color: #85F9CF;
}
</style>
background-color css
<style>
a { background-color: #85F9CF; }
a { background-color: rgb(133,249,207); }
div.DivClassName
{
background-color: #85F9CF;
}
.BgClassName
{
background-color: #85F9CF;
}
</style>
border-color css
<style>
span { border-color: #85F9CF; }
span { border-color: rgb(133,249,207); }
td.TdClassName
{
border-color: #85F9CF;
}
.TagClassName
{
border-color: #85F9CF;
}
</style>