Shades of Aquamarine #85F3BE
Tints of Aquamarine #85F3BE
RGB
CMYK
RGB Variations
Color information
#85F3BE (or 0x85F3BE) is known color: Aquamarine. HEX triplet: 85, F3 and BE. RGB value is (133,243,190). Sum of RGB (Red+Green+Blue) = 133+243+190=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F3BE is #7A0C41. Grayscale: #CCCCCC. Windows color (decimal): -7998530 or 12514181. OLE color: 12514181.
HSL color Cylindrical-coordinate representation of color #85F3BE: hue angle of 151.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F3BE is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 190 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.05 |
| HSL | 151.09º | 0.82% | 0.74% | - |
| HSV(B) | 151.09º | 0.45% | 0.95% | - |
| XYZ | 51.02 | 72.81 | 60.08 | - |
| YUV | 204.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 190 | 0.45 | 0 | 0.22 | 0.05 | 151.09 | 0.82 | 0.74 |
| Hex | 85 | F3 | BE | 2D | 0 | 16 | 5 | 97 | 52 | 4A |
| Octal | 205 | 363 | 276 | 55 | 0 | 26 | 5 | 227 | 122 | 112 |
| Binary | 10000101 | 11110011 | 10111110 | 101101 | 0 | 10110 | 101 | 10010111 | 1010010 | 1001010 |
Color Harmonies of #85F3BE
Complementary color
Monochromatic Colors of #85F3BE
Black with #85F3BE
Text Example
Text Example
White with #85F3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F3BE; }
p { color: rgb(133,243,190); }
H1.HeaderClassName
{
color: #85F3BE;
}
.AnyTagClassName
{
color: #85F3BE;
}
</style>
background-color css
<style>
a { background-color: #85F3BE; }
a { background-color: rgb(133,243,190); }
div.DivClassName
{
background-color: #85F3BE;
}
.BgClassName
{
background-color: #85F3BE;
}
</style>
border-color css
<style>
span { border-color: #85F3BE; }
span { border-color: rgb(133,243,190); }
td.TdClassName
{
border-color: #85F3BE;
}
.TagClassName
{
border-color: #85F3BE;
}
</style>