Shades of Aquamarine #85FBBE
Tints of Aquamarine #85FBBE
RGB
CMYK
RGB Variations
Color information
#85FBBE (or 0x85FBBE) is known color: Aquamarine. HEX triplet: 85, FB and BE. RGB value is (133,251,190). Sum of RGB (Red+Green+Blue) = 133+251+190=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBBE is #7A0441. Grayscale: #D0D0D0. Windows color (decimal): -7996482 or 12516229. OLE color: 12516229.
HSL color Cylindrical-coordinate representation of color #85FBBE: hue angle of 148.98º degrees, saturation: 0.94, 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 #85FBBE is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 190 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.02 |
| HSL | 148.98º | 0.94% | 0.75% | - |
| HSV(B) | 148.98º | 0.47% | 0.98% | - |
| XYZ | 53.46 | 77.7 | 60.89 | - |
| YUV | 208.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 190 | 0.47 | 0 | 0.24 | 0.02 | 148.98 | 0.94 | 0.75 |
| Hex | 85 | FB | BE | 2F | 0 | 18 | 2 | 95 | 5E | 4B |
| Octal | 205 | 373 | 276 | 57 | 0 | 30 | 2 | 225 | 136 | 113 |
| Binary | 10000101 | 11111011 | 10111110 | 101111 | 0 | 11000 | 10 | 10010101 | 1011110 | 1001011 |
Color Harmonies of #85FBBE
Complementary color
Monochromatic Colors of #85FBBE
Black with #85FBBE
Text Example
Text Example
White with #85FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBBE; }
p { color: rgb(133,251,190); }
H1.HeaderClassName
{
color: #85FBBE;
}
.AnyTagClassName
{
color: #85FBBE;
}
</style>
background-color css
<style>
a { background-color: #85FBBE; }
a { background-color: rgb(133,251,190); }
div.DivClassName
{
background-color: #85FBBE;
}
.BgClassName
{
background-color: #85FBBE;
}
</style>
border-color css
<style>
span { border-color: #85FBBE; }
span { border-color: rgb(133,251,190); }
td.TdClassName
{
border-color: #85FBBE;
}
.TagClassName
{
border-color: #85FBBE;
}
</style>