Shades of Aquamarine #85FFBE
Tints of Aquamarine #85FFBE
RGB
CMYK
RGB Variations
Color information
#85FFBE (or 0x85FFBE) is known color: Aquamarine. HEX triplet: 85, FF and BE. RGB value is (133,255,190). Sum of RGB (Red+Green+Blue) = 133+255+190=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFBE is #7A0041. Grayscale: #D3D3D3. Windows color (decimal): -7995458 or 12517253. OLE color: 12517253.
HSL color Cylindrical-coordinate representation of color #85FFBE: hue angle of 148.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFBE is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 190 | - |
| CMYK | 0.48 | 0 | 0.25 | 0 |
| HSL | 148.03º | 1% | 0.76% | - |
| HSV(B) | 148.03º | 0.48% | 1% | - |
| XYZ | 54.73 | 80.22 | 61.32 | - |
| YUV | 211.11 | 116.08 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 190 | 0.48 | 0 | 0.25 | 0 | 148.03 | 1 | 0.76 |
| Hex | 85 | FF | BE | 30 | 0 | 19 | 0 | 94 | 64 | 4C |
| Octal | 205 | 377 | 276 | 60 | 0 | 31 | 0 | 224 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10111110 | 110000 | 0 | 11001 | 0 | 10010100 | 1100100 | 1001100 |
Color Harmonies of #85FFBE
Complementary color
Monochromatic Colors of #85FFBE
Black with #85FFBE
Text Example
Text Example
White with #85FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFBE; }
p { color: rgb(133,255,190); }
H1.HeaderClassName
{
color: #85FFBE;
}
.AnyTagClassName
{
color: #85FFBE;
}
</style>
background-color css
<style>
a { background-color: #85FFBE; }
a { background-color: rgb(133,255,190); }
div.DivClassName
{
background-color: #85FFBE;
}
.BgClassName
{
background-color: #85FFBE;
}
</style>
border-color css
<style>
span { border-color: #85FFBE; }
span { border-color: rgb(133,255,190); }
td.TdClassName
{
border-color: #85FFBE;
}
.TagClassName
{
border-color: #85FFBE;
}
</style>