Shades of Aquamarine #86F9C9
Tints of Aquamarine #86F9C9
RGB
CMYK
RGB Variations
Color information
#86F9C9 (or 0x86F9C9) is known color: Aquamarine. HEX triplet: 86, F9 and C9. RGB value is (134,249,201). Sum of RGB (Red+Green+Blue) = 134+249+201=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F9C9 is #790636. Grayscale: #D1D1D1. Windows color (decimal): -7931447 or 13236614. OLE color: 13236614.
HSL color Cylindrical-coordinate representation of color #86F9C9: hue angle of 154.96º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F9C9 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 201 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.02 |
| HSL | 154.96º | 0.91% | 0.75% | - |
| HSV(B) | 154.96º | 0.46% | 0.98% | - |
| XYZ | 54.25 | 77.04 | 67.27 | - |
| YUV | 209.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 201 | 0.46 | 0 | 0.19 | 0.02 | 154.96 | 0.91 | 0.75 |
| Hex | 86 | F9 | C9 | 2E | 0 | 13 | 2 | 9B | 5B | 4B |
| Octal | 206 | 371 | 311 | 56 | 0 | 23 | 2 | 233 | 133 | 113 |
| Binary | 10000110 | 11111001 | 11001001 | 101110 | 0 | 10011 | 10 | 10011011 | 1011011 | 1001011 |
Color Harmonies of #86F9C9
Complementary color
Monochromatic Colors of #86F9C9
Black with #86F9C9
Text Example
Text Example
White with #86F9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F9C9; }
p { color: rgb(134,249,201); }
H1.HeaderClassName
{
color: #86F9C9;
}
.AnyTagClassName
{
color: #86F9C9;
}
</style>
background-color css
<style>
a { background-color: #86F9C9; }
a { background-color: rgb(134,249,201); }
div.DivClassName
{
background-color: #86F9C9;
}
.BgClassName
{
background-color: #86F9C9;
}
</style>
border-color css
<style>
span { border-color: #86F9C9; }
span { border-color: rgb(134,249,201); }
td.TdClassName
{
border-color: #86F9C9;
}
.TagClassName
{
border-color: #86F9C9;
}
</style>