Shades of Aquamarine #86EDCA
Tints of Aquamarine #86EDCA
RGB
CMYK
RGB Variations
Color information
#86EDCA (or 0x86EDCA) is known color: Aquamarine. HEX triplet: 86, ED and CA. RGB value is (134,237,202). Sum of RGB (Red+Green+Blue) = 134+237+202=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDCA is #791235. Grayscale: #CACACA. Windows color (decimal): -7934518 or 13299078. OLE color: 13299078.
HSL color Cylindrical-coordinate representation of color #86EDCA: hue angle of 159.61º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EDCA is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 202 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.07 |
| HSL | 159.61º | 0.74% | 0.73% | - |
| HSV(B) | 159.61º | 0.43% | 0.93% | - |
| XYZ | 50.78 | 69.9 | 66.69 | - |
| YUV | 202.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 202 | 0.43 | 0 | 0.15 | 0.07 | 159.61 | 0.74 | 0.73 |
| Hex | 86 | ED | CA | 2B | 0 | F | 7 | A0 | 4A | 49 |
| Octal | 206 | 355 | 312 | 53 | 0 | 17 | 7 | 240 | 112 | 111 |
| Binary | 10000110 | 11101101 | 11001010 | 101011 | 0 | 1111 | 111 | 10100000 | 1001010 | 1001001 |
Color Harmonies of #86EDCA
Complementary color
Monochromatic Colors of #86EDCA
Black with #86EDCA
Text Example
Text Example
White with #86EDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EDCA; }
p { color: rgb(134,237,202); }
H1.HeaderClassName
{
color: #86EDCA;
}
.AnyTagClassName
{
color: #86EDCA;
}
</style>
background-color css
<style>
a { background-color: #86EDCA; }
a { background-color: rgb(134,237,202); }
div.DivClassName
{
background-color: #86EDCA;
}
.BgClassName
{
background-color: #86EDCA;
}
</style>
border-color css
<style>
span { border-color: #86EDCA; }
span { border-color: rgb(134,237,202); }
td.TdClassName
{
border-color: #86EDCA;
}
.TagClassName
{
border-color: #86EDCA;
}
</style>