Shades of Aquamarine #86FECB
Tints of Aquamarine #86FECB
RGB
CMYK
RGB Variations
Color information
#86FECB (or 0x86FECB) is known color: Aquamarine. HEX triplet: 86, FE and CB. RGB value is (134,254,203). Sum of RGB (Red+Green+Blue) = 134+254+203=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #86FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FECB is #790134. Grayscale: #D4D4D4. Windows color (decimal): -7930165 or 13368966. OLE color: 13368966.
HSL color Cylindrical-coordinate representation of color #86FECB: hue angle of 154.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FECB is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 203 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.00 |
| HSL | 154.5º | 0.98% | 0.76% | - |
| HSV(B) | 154.5º | 0.47% | 1% | - |
| XYZ | 56.05 | 80.26 | 69.04 | - |
| YUV | 212.31 | 122.74 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 203 | 0.47 | 0 | 0.20 | 0.00 | 154.5 | 0.98 | 0.76 |
| Hex | 86 | FE | CB | 2F | 0 | 14 | 0 | 9A | 62 | 4C |
| Octal | 206 | 376 | 313 | 57 | 0 | 24 | 0 | 232 | 142 | 114 |
| Binary | 10000110 | 11111110 | 11001011 | 101111 | 0 | 10100 | 0 | 10011010 | 1100010 | 1001100 |
Color Harmonies of #86FECB
Complementary color
Monochromatic Colors of #86FECB
Black with #86FECB
Text Example
Text Example
White with #86FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FECB; }
p { color: rgb(134,254,203); }
H1.HeaderClassName
{
color: #86FECB;
}
.AnyTagClassName
{
color: #86FECB;
}
</style>
background-color css
<style>
a { background-color: #86FECB; }
a { background-color: rgb(134,254,203); }
div.DivClassName
{
background-color: #86FECB;
}
.BgClassName
{
background-color: #86FECB;
}
</style>
border-color css
<style>
span { border-color: #86FECB; }
span { border-color: rgb(134,254,203); }
td.TdClassName
{
border-color: #86FECB;
}
.TagClassName
{
border-color: #86FECB;
}
</style>