Shades of Aquamarine #86F9D4
Tints of Aquamarine #86F9D4
RGB
CMYK
RGB Variations
Color information
#86F9D4 (or 0x86F9D4) is known color: Aquamarine. HEX triplet: 86, F9 and D4. RGB value is (134,249,212). Sum of RGB (Red+Green+Blue) = 134+249+212=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F9D4 is #79062B. Grayscale: #D2D2D2. Windows color (decimal): -7931436 or 13957510. OLE color: 13957510.
HSL color Cylindrical-coordinate representation of color #86F9D4: hue angle of 160.7º 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 #86F9D4 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 212 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.02 |
| HSL | 160.7º | 0.91% | 0.75% | - |
| HSV(B) | 160.7º | 0.46% | 0.98% | - |
| XYZ | 55.59 | 77.57 | 74.33 | - |
| YUV | 210.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 212 | 0.46 | 0 | 0.15 | 0.02 | 160.7 | 0.91 | 0.75 |
| Hex | 86 | F9 | D4 | 2E | 0 | F | 2 | A1 | 5B | 4B |
| Octal | 206 | 371 | 324 | 56 | 0 | 17 | 2 | 241 | 133 | 113 |
| Binary | 10000110 | 11111001 | 11010100 | 101110 | 0 | 1111 | 10 | 10100001 | 1011011 | 1001011 |
Color Harmonies of #86F9D4
Complementary color
Monochromatic Colors of #86F9D4
Black with #86F9D4
Text Example
Text Example
White with #86F9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F9D4; }
p { color: rgb(134,249,212); }
H1.HeaderClassName
{
color: #86F9D4;
}
.AnyTagClassName
{
color: #86F9D4;
}
</style>
background-color css
<style>
a { background-color: #86F9D4; }
a { background-color: rgb(134,249,212); }
div.DivClassName
{
background-color: #86F9D4;
}
.BgClassName
{
background-color: #86F9D4;
}
</style>
border-color css
<style>
span { border-color: #86F9D4; }
span { border-color: rgb(134,249,212); }
td.TdClassName
{
border-color: #86F9D4;
}
.TagClassName
{
border-color: #86F9D4;
}
</style>