Shades of Aquamarine #85F0BD
Tints of Aquamarine #85F0BD
RGB
CMYK
RGB Variations
Color information
#85F0BD (or 0x85F0BD) is known color: Aquamarine. HEX triplet: 85, F0 and BD. RGB value is (133,240,189). Sum of RGB (Red+Green+Blue) = 133+240+189=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #85F0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F0BD is #7A0F42. Grayscale: #CACACA. Windows color (decimal): -7999299 or 12447877. OLE color: 12447877.
HSL color Cylindrical-coordinate representation of color #85F0BD: hue angle of 151.4º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F0BD is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 189 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.06 |
| HSL | 151.4º | 0.78% | 0.73% | - |
| HSV(B) | 151.4º | 0.45% | 0.94% | - |
| XYZ | 50.02 | 70.98 | 59.21 | - |
| YUV | 202.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 189 | 0.45 | 0 | 0.21 | 0.06 | 151.4 | 0.78 | 0.73 |
| Hex | 85 | F0 | BD | 2D | 0 | 15 | 6 | 97 | 4E | 49 |
| Octal | 205 | 360 | 275 | 55 | 0 | 25 | 6 | 227 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10111101 | 101101 | 0 | 10101 | 110 | 10010111 | 1001110 | 1001001 |
Color Harmonies of #85F0BD
Complementary color
Monochromatic Colors of #85F0BD
Black with #85F0BD
Text Example
Text Example
White with #85F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F0BD; }
p { color: rgb(133,240,189); }
H1.HeaderClassName
{
color: #85F0BD;
}
.AnyTagClassName
{
color: #85F0BD;
}
</style>
background-color css
<style>
a { background-color: #85F0BD; }
a { background-color: rgb(133,240,189); }
div.DivClassName
{
background-color: #85F0BD;
}
.BgClassName
{
background-color: #85F0BD;
}
</style>
border-color css
<style>
span { border-color: #85F0BD; }
span { border-color: rgb(133,240,189); }
td.TdClassName
{
border-color: #85F0BD;
}
.TagClassName
{
border-color: #85F0BD;
}
</style>