Shades of Aquamarine #86EFC3
Tints of Aquamarine #86EFC3
RGB
CMYK
RGB Variations
Color information
#86EFC3 (or 0x86EFC3) is known color: Aquamarine. HEX triplet: 86, EF and C3. RGB value is (134,239,195). Sum of RGB (Red+Green+Blue) = 134+239+195=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EFC3 is #79103C. Grayscale: #CACACA. Windows color (decimal): -7934013 or 12840838. OLE color: 12840838.
HSL color Cylindrical-coordinate representation of color #86EFC3: hue angle of 154.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EFC3 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 195 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.06 |
| HSL | 154.86º | 0.77% | 0.73% | - |
| HSV(B) | 154.86º | 0.44% | 0.94% | - |
| XYZ | 50.55 | 70.74 | 62.62 | - |
| YUV | 202.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 195 | 0.44 | 0 | 0.18 | 0.06 | 154.86 | 0.77 | 0.73 |
| Hex | 86 | EF | C3 | 2C | 0 | 12 | 6 | 9B | 4D | 49 |
| Octal | 206 | 357 | 303 | 54 | 0 | 22 | 6 | 233 | 115 | 111 |
| Binary | 10000110 | 11101111 | 11000011 | 101100 | 0 | 10010 | 110 | 10011011 | 1001101 | 1001001 |
Color Harmonies of #86EFC3
Complementary color
Monochromatic Colors of #86EFC3
Black with #86EFC3
Text Example
Text Example
White with #86EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EFC3; }
p { color: rgb(134,239,195); }
H1.HeaderClassName
{
color: #86EFC3;
}
.AnyTagClassName
{
color: #86EFC3;
}
</style>
background-color css
<style>
a { background-color: #86EFC3; }
a { background-color: rgb(134,239,195); }
div.DivClassName
{
background-color: #86EFC3;
}
.BgClassName
{
background-color: #86EFC3;
}
</style>
border-color css
<style>
span { border-color: #86EFC3; }
span { border-color: rgb(134,239,195); }
td.TdClassName
{
border-color: #86EFC3;
}
.TagClassName
{
border-color: #86EFC3;
}
</style>