Shades of Aquamarine #86FCC4
Tints of Aquamarine #86FCC4
RGB
CMYK
RGB Variations
Color information
#86FCC4 (or 0x86FCC4) is known color: Aquamarine. HEX triplet: 86, FC and C4. RGB value is (134,252,196). Sum of RGB (Red+Green+Blue) = 134+252+196=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FCC4 is #79033B. Grayscale: #D2D2D2. Windows color (decimal): -7930684 or 12909702. OLE color: 12909702.
HSL color Cylindrical-coordinate representation of color #86FCC4: hue angle of 151.53º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FCC4 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 196 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.01 |
| HSL | 151.53º | 0.95% | 0.76% | - |
| HSV(B) | 151.53º | 0.47% | 0.99% | - |
| XYZ | 54.61 | 78.67 | 64.53 | - |
| YUV | 210.33 | 119.91 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 196 | 0.47 | 0 | 0.22 | 0.01 | 151.53 | 0.95 | 0.76 |
| Hex | 86 | FC | C4 | 2F | 0 | 16 | 1 | 98 | 5F | 4C |
| Octal | 206 | 374 | 304 | 57 | 0 | 26 | 1 | 230 | 137 | 114 |
| Binary | 10000110 | 11111100 | 11000100 | 101111 | 0 | 10110 | 1 | 10011000 | 1011111 | 1001100 |
Color Harmonies of #86FCC4
Complementary color
Monochromatic Colors of #86FCC4
Black with #86FCC4
Text Example
Text Example
White with #86FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FCC4; }
p { color: rgb(134,252,196); }
H1.HeaderClassName
{
color: #86FCC4;
}
.AnyTagClassName
{
color: #86FCC4;
}
</style>
background-color css
<style>
a { background-color: #86FCC4; }
a { background-color: rgb(134,252,196); }
div.DivClassName
{
background-color: #86FCC4;
}
.BgClassName
{
background-color: #86FCC4;
}
</style>
border-color css
<style>
span { border-color: #86FCC4; }
span { border-color: rgb(134,252,196); }
td.TdClassName
{
border-color: #86FCC4;
}
.TagClassName
{
border-color: #86FCC4;
}
</style>