Shades of Aquamarine #81EFD6
Tints of Aquamarine #81EFD6
RGB
CMYK
RGB Variations
Color information
#81EFD6 (or 0x81EFD6) is known color: Aquamarine. HEX triplet: 81, EF and D6. RGB value is (129,239,214). Sum of RGB (Red+Green+Blue) = 129+239+214=582 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.16% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFD6 is #7E1029. Grayscale: #CBCBCB. Windows color (decimal): -8261674 or 14086017. OLE color: 14086017.
HSL color Cylindrical-coordinate representation of color #81EFD6: hue angle of 166.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 #81EFD6 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 214 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.06 |
| HSL | 166.36º | 0.77% | 0.72% | - |
| HSV(B) | 166.36º | 0.46% | 0.94% | - |
| XYZ | 52.06 | 71.26 | 74.63 | - |
| YUV | 203.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 214 | 0.46 | 0 | 0.10 | 0.06 | 166.36 | 0.77 | 0.72 |
| Hex | 81 | EF | D6 | 2E | 0 | A | 6 | A6 | 4D | 48 |
| Octal | 201 | 357 | 326 | 56 | 0 | 12 | 6 | 246 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11010110 | 101110 | 0 | 1010 | 110 | 10100110 | 1001101 | 1001000 |
Color Harmonies of #81EFD6
Complementary color
Monochromatic Colors of #81EFD6
Black with #81EFD6
Text Example
Text Example
White with #81EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFD6; }
p { color: rgb(129,239,214); }
H1.HeaderClassName
{
color: #81EFD6;
}
.AnyTagClassName
{
color: #81EFD6;
}
</style>
background-color css
<style>
a { background-color: #81EFD6; }
a { background-color: rgb(129,239,214); }
div.DivClassName
{
background-color: #81EFD6;
}
.BgClassName
{
background-color: #81EFD6;
}
</style>
border-color css
<style>
span { border-color: #81EFD6; }
span { border-color: rgb(129,239,214); }
td.TdClassName
{
border-color: #81EFD6;
}
.TagClassName
{
border-color: #81EFD6;
}
</style>