Shades of Aquamarine #85EEBF
Tints of Aquamarine #85EEBF
RGB
CMYK
RGB Variations
Color information
#85EEBF (or 0x85EEBF) is known color: Aquamarine. HEX triplet: 85, EE and BF. RGB value is (133,238,191). Sum of RGB (Red+Green+Blue) = 133+238+191=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEBF is #7A1140. Grayscale: #C9C9C9. Windows color (decimal): -7999809 or 12578437. OLE color: 12578437.
HSL color Cylindrical-coordinate representation of color #85EEBF: hue angle of 153.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EEBF is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 191 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.07 |
| HSL | 153.14º | 0.76% | 0.73% | - |
| HSV(B) | 153.14º | 0.44% | 0.93% | - |
| XYZ | 49.65 | 69.9 | 60.16 | - |
| YUV | 201.25 | 122.21 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 191 | 0.44 | 0 | 0.20 | 0.07 | 153.14 | 0.76 | 0.73 |
| Hex | 85 | EE | BF | 2C | 0 | 14 | 7 | 99 | 4C | 49 |
| Octal | 205 | 356 | 277 | 54 | 0 | 24 | 7 | 231 | 114 | 111 |
| Binary | 10000101 | 11101110 | 10111111 | 101100 | 0 | 10100 | 111 | 10011001 | 1001100 | 1001001 |
Color Harmonies of #85EEBF
Complementary color
Monochromatic Colors of #85EEBF
Black with #85EEBF
Text Example
Text Example
White with #85EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EEBF; }
p { color: rgb(133,238,191); }
H1.HeaderClassName
{
color: #85EEBF;
}
.AnyTagClassName
{
color: #85EEBF;
}
</style>
background-color css
<style>
a { background-color: #85EEBF; }
a { background-color: rgb(133,238,191); }
div.DivClassName
{
background-color: #85EEBF;
}
.BgClassName
{
background-color: #85EEBF;
}
</style>
border-color css
<style>
span { border-color: #85EEBF; }
span { border-color: rgb(133,238,191); }
td.TdClassName
{
border-color: #85EEBF;
}
.TagClassName
{
border-color: #85EEBF;
}
</style>