Shades of Aquamarine #86FBC1
Tints of Aquamarine #86FBC1
RGB
CMYK
RGB Variations
Color information
#86FBC1 (or 0x86FBC1) is known color: Aquamarine. HEX triplet: 86, FB and C1. RGB value is (134,251,193). Sum of RGB (Red+Green+Blue) = 134+251+193=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #86FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FBC1 is #79043E. Grayscale: #D1D1D1. Windows color (decimal): -7930943 or 12712838. OLE color: 12712838.
HSL color Cylindrical-coordinate representation of color #86FBC1: hue angle of 150.26º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FBC1 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 193 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.02 |
| HSL | 150.26º | 0.94% | 0.75% | - |
| HSV(B) | 150.26º | 0.47% | 0.98% | - |
| XYZ | 53.95 | 77.91 | 62.65 | - |
| YUV | 209.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 193 | 0.47 | 0 | 0.23 | 0.02 | 150.26 | 0.94 | 0.75 |
| Hex | 86 | FB | C1 | 2F | 0 | 17 | 2 | 96 | 5E | 4B |
| Octal | 206 | 373 | 301 | 57 | 0 | 27 | 2 | 226 | 136 | 113 |
| Binary | 10000110 | 11111011 | 11000001 | 101111 | 0 | 10111 | 10 | 10010110 | 1011110 | 1001011 |
Color Harmonies of #86FBC1
Complementary color
Monochromatic Colors of #86FBC1
Black with #86FBC1
Text Example
Text Example
White with #86FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FBC1; }
p { color: rgb(134,251,193); }
H1.HeaderClassName
{
color: #86FBC1;
}
.AnyTagClassName
{
color: #86FBC1;
}
</style>
background-color css
<style>
a { background-color: #86FBC1; }
a { background-color: rgb(134,251,193); }
div.DivClassName
{
background-color: #86FBC1;
}
.BgClassName
{
background-color: #86FBC1;
}
</style>
border-color css
<style>
span { border-color: #86FBC1; }
span { border-color: rgb(134,251,193); }
td.TdClassName
{
border-color: #86FBC1;
}
.TagClassName
{
border-color: #86FBC1;
}
</style>