Shades of Aquamarine #86FBCB
Tints of Aquamarine #86FBCB
RGB
CMYK
RGB Variations
Color information
#86FBCB (or 0x86FBCB) is known color: Aquamarine. HEX triplet: 86, FB and CB. RGB value is (134,251,203). Sum of RGB (Red+Green+Blue) = 134+251+203=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #86FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FBCB is #790434. Grayscale: #D2D2D2. Windows color (decimal): -7930933 or 13368198. OLE color: 13368198.
HSL color Cylindrical-coordinate representation of color #86FBCB: hue angle of 155.38º 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 #86FBCB is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 203 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.02 |
| HSL | 155.38º | 0.94% | 0.75% | - |
| HSV(B) | 155.38º | 0.47% | 0.98% | - |
| XYZ | 55.11 | 78.37 | 68.72 | - |
| YUV | 210.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 203 | 0.47 | 0 | 0.19 | 0.02 | 155.38 | 0.94 | 0.75 |
| Hex | 86 | FB | CB | 2F | 0 | 13 | 2 | 9B | 5E | 4B |
| Octal | 206 | 373 | 313 | 57 | 0 | 23 | 2 | 233 | 136 | 113 |
| Binary | 10000110 | 11111011 | 11001011 | 101111 | 0 | 10011 | 10 | 10011011 | 1011110 | 1001011 |
Color Harmonies of #86FBCB
Complementary color
Monochromatic Colors of #86FBCB
Black with #86FBCB
Text Example
Text Example
White with #86FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FBCB; }
p { color: rgb(134,251,203); }
H1.HeaderClassName
{
color: #86FBCB;
}
.AnyTagClassName
{
color: #86FBCB;
}
</style>
background-color css
<style>
a { background-color: #86FBCB; }
a { background-color: rgb(134,251,203); }
div.DivClassName
{
background-color: #86FBCB;
}
.BgClassName
{
background-color: #86FBCB;
}
</style>
border-color css
<style>
span { border-color: #86FBCB; }
span { border-color: rgb(134,251,203); }
td.TdClassName
{
border-color: #86FBCB;
}
.TagClassName
{
border-color: #86FBCB;
}
</style>