Shades of Aquamarine #86FACC
Tints of Aquamarine #86FACC
RGB
CMYK
RGB Variations
Color information
#86FACC (or 0x86FACC) is known color: Aquamarine. HEX triplet: 86, FA and CC. RGB value is (134,250,204). Sum of RGB (Red+Green+Blue) = 134+250+204=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #86FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FACC is #790533. Grayscale: #D2D2D2. Windows color (decimal): -7931188 or 13433478. OLE color: 13433478.
HSL color Cylindrical-coordinate representation of color #86FACC: hue angle of 156.21º degrees, saturation: 0.92, 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 #86FACC is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 204 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.02 |
| HSL | 156.21º | 0.92% | 0.75% | - |
| HSV(B) | 156.21º | 0.46% | 0.98% | - |
| XYZ | 54.92 | 77.8 | 69.25 | - |
| YUV | 210.07 | 124.57 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 204 | 0.46 | 0 | 0.18 | 0.02 | 156.21 | 0.92 | 0.75 |
| Hex | 86 | FA | CC | 2E | 0 | 12 | 2 | 9C | 5C | 4B |
| Octal | 206 | 372 | 314 | 56 | 0 | 22 | 2 | 234 | 134 | 113 |
| Binary | 10000110 | 11111010 | 11001100 | 101110 | 0 | 10010 | 10 | 10011100 | 1011100 | 1001011 |
Color Harmonies of #86FACC
Complementary color
Monochromatic Colors of #86FACC
Black with #86FACC
Text Example
Text Example
White with #86FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FACC; }
p { color: rgb(134,250,204); }
H1.HeaderClassName
{
color: #86FACC;
}
.AnyTagClassName
{
color: #86FACC;
}
</style>
background-color css
<style>
a { background-color: #86FACC; }
a { background-color: rgb(134,250,204); }
div.DivClassName
{
background-color: #86FACC;
}
.BgClassName
{
background-color: #86FACC;
}
</style>
border-color css
<style>
span { border-color: #86FACC; }
span { border-color: rgb(134,250,204); }
td.TdClassName
{
border-color: #86FACC;
}
.TagClassName
{
border-color: #86FACC;
}
</style>