Shades of Aquamarine #85FBB2
Tints of Aquamarine #85FBB2
RGB
CMYK
RGB Variations
Color information
#85FBB2 (or 0x85FBB2) is known color: Aquamarine. HEX triplet: 85, FB and B2. RGB value is (133,251,178). Sum of RGB (Red+Green+Blue) = 133+251+178=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FBB2 is #7A044D. Grayscale: #CFCFCF. Windows color (decimal): -7996494 or 11729797. OLE color: 11729797.
HSL color Cylindrical-coordinate representation of color #85FBB2: hue angle of 142.88º 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 #85FBB2 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 178 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.02 |
| HSL | 142.88º | 0.94% | 0.75% | - |
| HSV(B) | 142.88º | 0.47% | 0.98% | - |
| XYZ | 52.21 | 77.2 | 54.27 | - |
| YUV | 207.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 178 | 0.47 | 0 | 0.29 | 0.02 | 142.88 | 0.94 | 0.75 |
| Hex | 85 | FB | B2 | 2F | 0 | 1D | 2 | 8F | 5E | 4B |
| Octal | 205 | 373 | 262 | 57 | 0 | 35 | 2 | 217 | 136 | 113 |
| Binary | 10000101 | 11111011 | 10110010 | 101111 | 0 | 11101 | 10 | 10001111 | 1011110 | 1001011 |
Color Harmonies of #85FBB2
Complementary color
Monochromatic Colors of #85FBB2
Black with #85FBB2
Text Example
Text Example
White with #85FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBB2; }
p { color: rgb(133,251,178); }
H1.HeaderClassName
{
color: #85FBB2;
}
.AnyTagClassName
{
color: #85FBB2;
}
</style>
background-color css
<style>
a { background-color: #85FBB2; }
a { background-color: rgb(133,251,178); }
div.DivClassName
{
background-color: #85FBB2;
}
.BgClassName
{
background-color: #85FBB2;
}
</style>
border-color css
<style>
span { border-color: #85FBB2; }
span { border-color: rgb(133,251,178); }
td.TdClassName
{
border-color: #85FBB2;
}
.TagClassName
{
border-color: #85FBB2;
}
</style>