Shades of Aquamarine #86F2D0
Tints of Aquamarine #86F2D0
RGB
CMYK
RGB Variations
Color information
#86F2D0 (or 0x86F2D0) is known color: Aquamarine. HEX triplet: 86, F2 and D0. RGB value is (134,242,208). Sum of RGB (Red+Green+Blue) = 134+242+208=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F2D0 is #790D2F. Grayscale: #CDCDCD. Windows color (decimal): -7933232 or 13693574. OLE color: 13693574.
HSL color Cylindrical-coordinate representation of color #86F2D0: hue angle of 161.11º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2D0 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 208 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.05 |
| HSL | 161.11º | 0.81% | 0.74% | - |
| HSV(B) | 161.11º | 0.45% | 0.95% | - |
| XYZ | 52.97 | 73.13 | 71 | - |
| YUV | 205.83 | 129.22 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 208 | 0.45 | 0 | 0.14 | 0.05 | 161.11 | 0.81 | 0.74 |
| Hex | 86 | F2 | D0 | 2D | 0 | E | 5 | A1 | 51 | 4A |
| Octal | 206 | 362 | 320 | 55 | 0 | 16 | 5 | 241 | 121 | 112 |
| Binary | 10000110 | 11110010 | 11010000 | 101101 | 0 | 1110 | 101 | 10100001 | 1010001 | 1001010 |
Color Harmonies of #86F2D0
Complementary color
Monochromatic Colors of #86F2D0
Black with #86F2D0
Text Example
Text Example
White with #86F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F2D0; }
p { color: rgb(134,242,208); }
H1.HeaderClassName
{
color: #86F2D0;
}
.AnyTagClassName
{
color: #86F2D0;
}
</style>
background-color css
<style>
a { background-color: #86F2D0; }
a { background-color: rgb(134,242,208); }
div.DivClassName
{
background-color: #86F2D0;
}
.BgClassName
{
background-color: #86F2D0;
}
</style>
border-color css
<style>
span { border-color: #86F2D0; }
span { border-color: rgb(134,242,208); }
td.TdClassName
{
border-color: #86F2D0;
}
.TagClassName
{
border-color: #86F2D0;
}
</style>