Shades of Aquamarine #81EFC0
Tints of Aquamarine #81EFC0
RGB
CMYK
RGB Variations
Color information
#81EFC0 (or 0x81EFC0) is known color: Aquamarine. HEX triplet: 81, EF and C0. RGB value is (129,239,192). Sum of RGB (Red+Green+Blue) = 129+239+192=560 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.04% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFC0 is #7E103F. Grayscale: #C8C8C8. Windows color (decimal): -8261696 or 12644225. OLE color: 12644225.
HSL color Cylindrical-coordinate representation of color #81EFC0: hue angle of 154.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFC0 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 192 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.06 |
| HSL | 154.36º | 0.77% | 0.72% | - |
| HSV(B) | 154.36º | 0.46% | 0.94% | - |
| XYZ | 49.43 | 70.21 | 60.81 | - |
| YUV | 200.75 | 123.06 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 192 | 0.46 | 0 | 0.20 | 0.06 | 154.36 | 0.77 | 0.72 |
| Hex | 81 | EF | C0 | 2E | 0 | 14 | 6 | 9A | 4D | 48 |
| Octal | 201 | 357 | 300 | 56 | 0 | 24 | 6 | 232 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11000000 | 101110 | 0 | 10100 | 110 | 10011010 | 1001101 | 1001000 |
Color Harmonies of #81EFC0
Complementary color
Monochromatic Colors of #81EFC0
Black with #81EFC0
Text Example
Text Example
White with #81EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFC0; }
p { color: rgb(129,239,192); }
H1.HeaderClassName
{
color: #81EFC0;
}
.AnyTagClassName
{
color: #81EFC0;
}
</style>
background-color css
<style>
a { background-color: #81EFC0; }
a { background-color: rgb(129,239,192); }
div.DivClassName
{
background-color: #81EFC0;
}
.BgClassName
{
background-color: #81EFC0;
}
</style>
border-color css
<style>
span { border-color: #81EFC0; }
span { border-color: rgb(129,239,192); }
td.TdClassName
{
border-color: #81EFC0;
}
.TagClassName
{
border-color: #81EFC0;
}
</style>