Shades of Aquamarine #81FFC6
Tints of Aquamarine #81FFC6
RGB
CMYK
RGB Variations
Color information
#81FFC6 (or 0x81FFC6) is known color: Aquamarine. HEX triplet: 81, FF and C6. RGB value is (129,255,198). Sum of RGB (Red+Green+Blue) = 129+255+198=582 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.16% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FFC6 is #7E0039. Grayscale: #D2D2D2. Windows color (decimal): -8257594 or 13041537. OLE color: 13041537.
HSL color Cylindrical-coordinate representation of color #81FFC6: hue angle of 152.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FFC6 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 198 | - |
| CMYK | 0.49 | 0 | 0.22 | 0 |
| HSL | 152.86º | 1% | 0.75% | - |
| HSV(B) | 152.86º | 0.49% | 1% | - |
| XYZ | 55.01 | 80.26 | 66.02 | - |
| YUV | 210.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 198 | 0.49 | 0 | 0.22 | 0 | 152.86 | 1 | 0.75 |
| Hex | 81 | FF | C6 | 31 | 0 | 16 | 0 | 99 | 64 | 4B |
| Octal | 201 | 377 | 306 | 61 | 0 | 26 | 0 | 231 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11000110 | 110001 | 0 | 10110 | 0 | 10011001 | 1100100 | 1001011 |
Color Harmonies of #81FFC6
Complementary color
Monochromatic Colors of #81FFC6
Black with #81FFC6
Text Example
Text Example
White with #81FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFC6; }
p { color: rgb(129,255,198); }
H1.HeaderClassName
{
color: #81FFC6;
}
.AnyTagClassName
{
color: #81FFC6;
}
</style>
background-color css
<style>
a { background-color: #81FFC6; }
a { background-color: rgb(129,255,198); }
div.DivClassName
{
background-color: #81FFC6;
}
.BgClassName
{
background-color: #81FFC6;
}
</style>
border-color css
<style>
span { border-color: #81FFC6; }
span { border-color: rgb(129,255,198); }
td.TdClassName
{
border-color: #81FFC6;
}
.TagClassName
{
border-color: #81FFC6;
}
</style>