Shades of Aquamarine #86F7CA
Tints of Aquamarine #86F7CA
RGB
CMYK
RGB Variations
Color information
#86F7CA (or 0x86F7CA) is known color: Aquamarine. HEX triplet: 86, F7 and CA. RGB value is (134,247,202). Sum of RGB (Red+Green+Blue) = 134+247+202=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #86F7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F7CA is #790835. Grayscale: #D0D0D0. Windows color (decimal): -7931958 or 13301638. OLE color: 13301638.
HSL color Cylindrical-coordinate representation of color #86F7CA: hue angle of 156.11º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F7CA is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 247 | 202 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.03 |
| HSL | 156.11º | 0.88% | 0.75% | - |
| HSV(B) | 156.11º | 0.46% | 0.97% | - |
| XYZ | 53.75 | 75.85 | 67.69 | - |
| YUV | 208.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 247 | 202 | 0.46 | 0 | 0.18 | 0.03 | 156.11 | 0.88 | 0.75 |
| Hex | 86 | F7 | CA | 2E | 0 | 12 | 3 | 9C | 58 | 4B |
| Octal | 206 | 367 | 312 | 56 | 0 | 22 | 3 | 234 | 130 | 113 |
| Binary | 10000110 | 11110111 | 11001010 | 101110 | 0 | 10010 | 11 | 10011100 | 1011000 | 1001011 |
Color Harmonies of #86F7CA
Complementary color
Monochromatic Colors of #86F7CA
Black with #86F7CA
Text Example
Text Example
White with #86F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F7CA; }
p { color: rgb(134,247,202); }
H1.HeaderClassName
{
color: #86F7CA;
}
.AnyTagClassName
{
color: #86F7CA;
}
</style>
background-color css
<style>
a { background-color: #86F7CA; }
a { background-color: rgb(134,247,202); }
div.DivClassName
{
background-color: #86F7CA;
}
.BgClassName
{
background-color: #86F7CA;
}
</style>
border-color css
<style>
span { border-color: #86F7CA; }
span { border-color: rgb(134,247,202); }
td.TdClassName
{
border-color: #86F7CA;
}
.TagClassName
{
border-color: #86F7CA;
}
</style>