Shades of Aquamarine #85FBB6
Tints of Aquamarine #85FBB6
RGB
CMYK
RGB Variations
Color information
#85FBB6 (or 0x85FBB6) is known color: Aquamarine. HEX triplet: 85, FB and B6. RGB value is (133,251,182). Sum of RGB (Red+Green+Blue) = 133+251+182=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBB6 is #7A0449. Grayscale: #D0D0D0. Windows color (decimal): -7996490 or 11991941. OLE color: 11991941.
HSL color Cylindrical-coordinate representation of color #85FBB6: hue angle of 144.92º 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 #85FBB6 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 182 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.02 |
| HSL | 144.92º | 0.94% | 0.75% | - |
| HSV(B) | 144.92º | 0.47% | 0.98% | - |
| XYZ | 52.61 | 77.36 | 56.41 | - |
| YUV | 207.85 | 113.41 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 182 | 0.47 | 0 | 0.27 | 0.02 | 144.92 | 0.94 | 0.75 |
| Hex | 85 | FB | B6 | 2F | 0 | 1B | 2 | 91 | 5E | 4B |
| Octal | 205 | 373 | 266 | 57 | 0 | 33 | 2 | 221 | 136 | 113 |
| Binary | 10000101 | 11111011 | 10110110 | 101111 | 0 | 11011 | 10 | 10010001 | 1011110 | 1001011 |
Color Harmonies of #85FBB6
Complementary color
Monochromatic Colors of #85FBB6
Black with #85FBB6
Text Example
Text Example
White with #85FBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBB6; }
p { color: rgb(133,251,182); }
H1.HeaderClassName
{
color: #85FBB6;
}
.AnyTagClassName
{
color: #85FBB6;
}
</style>
background-color css
<style>
a { background-color: #85FBB6; }
a { background-color: rgb(133,251,182); }
div.DivClassName
{
background-color: #85FBB6;
}
.BgClassName
{
background-color: #85FBB6;
}
</style>
border-color css
<style>
span { border-color: #85FBB6; }
span { border-color: rgb(133,251,182); }
td.TdClassName
{
border-color: #85FBB6;
}
.TagClassName
{
border-color: #85FBB6;
}
</style>