Shades of Aquamarine #86FFB2
Tints of Aquamarine #86FFB2
RGB
CMYK
RGB Variations
Color information
#86FFB2 (or 0x86FFB2) is known color: Aquamarine. HEX triplet: 86, FF and B2. RGB value is (134,255,178). Sum of RGB (Red+Green+Blue) = 134+255+178=567 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.63% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFB2 is #79004D. Grayscale: #D2D2D2. Windows color (decimal): -7929934 or 11730822. OLE color: 11730822.
HSL color Cylindrical-coordinate representation of color #86FFB2: hue angle of 141.82º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFB2 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 178 | - |
| CMYK | 0.47 | 0 | 0.30 | 0 |
| HSL | 141.82º | 1% | 0.76% | - |
| HSV(B) | 141.82º | 0.47% | 1% | - |
| XYZ | 53.63 | 79.8 | 54.7 | - |
| YUV | 210.04 | 109.91 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 178 | 0.47 | 0 | 0.30 | 0 | 141.82 | 1 | 0.76 |
| Hex | 86 | FF | B2 | 2F | 0 | 1E | 0 | 8E | 64 | 4C |
| Octal | 206 | 377 | 262 | 57 | 0 | 36 | 0 | 216 | 144 | 114 |
| Binary | 10000110 | 11111111 | 10110010 | 101111 | 0 | 11110 | 0 | 10001110 | 1100100 | 1001100 |
Color Harmonies of #86FFB2
Complementary color
Monochromatic Colors of #86FFB2
Black with #86FFB2
Text Example
Text Example
White with #86FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFB2; }
p { color: rgb(134,255,178); }
H1.HeaderClassName
{
color: #86FFB2;
}
.AnyTagClassName
{
color: #86FFB2;
}
</style>
background-color css
<style>
a { background-color: #86FFB2; }
a { background-color: rgb(134,255,178); }
div.DivClassName
{
background-color: #86FFB2;
}
.BgClassName
{
background-color: #86FFB2;
}
</style>
border-color css
<style>
span { border-color: #86FFB2; }
span { border-color: rgb(134,255,178); }
td.TdClassName
{
border-color: #86FFB2;
}
.TagClassName
{
border-color: #86FFB2;
}
</style>