Shades of Aquamarine #81EFDC
Tints of Aquamarine #81EFDC
RGB
CMYK
RGB Variations
Color information
#81EFDC (or 0x81EFDC) is known color: Aquamarine. HEX triplet: 81, EF and DC. RGB value is (129,239,220). Sum of RGB (Red+Green+Blue) = 129+239+220=588 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.94% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFDC is #7E1023. Grayscale: #CBCBCB. Windows color (decimal): -8261668 or 14479233. OLE color: 14479233.
HSL color Cylindrical-coordinate representation of color #81EFDC: hue angle of 169.64º 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 #81EFDC is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 220 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.06 |
| HSL | 169.64º | 0.77% | 0.72% | - |
| HSV(B) | 169.64º | 0.46% | 0.94% | - |
| XYZ | 52.84 | 71.57 | 78.74 | - |
| YUV | 203.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 220 | 0.46 | 0 | 0.08 | 0.06 | 169.64 | 0.77 | 0.72 |
| Hex | 81 | EF | DC | 2E | 0 | 8 | 6 | AA | 4D | 48 |
| Octal | 201 | 357 | 334 | 56 | 0 | 10 | 6 | 252 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11011100 | 101110 | 0 | 1000 | 110 | 10101010 | 1001101 | 1001000 |
Color Harmonies of #81EFDC
Complementary color
Monochromatic Colors of #81EFDC
Black with #81EFDC
Text Example
Text Example
White with #81EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFDC; }
p { color: rgb(129,239,220); }
H1.HeaderClassName
{
color: #81EFDC;
}
.AnyTagClassName
{
color: #81EFDC;
}
</style>
background-color css
<style>
a { background-color: #81EFDC; }
a { background-color: rgb(129,239,220); }
div.DivClassName
{
background-color: #81EFDC;
}
.BgClassName
{
background-color: #81EFDC;
}
</style>
border-color css
<style>
span { border-color: #81EFDC; }
span { border-color: rgb(129,239,220); }
td.TdClassName
{
border-color: #81EFDC;
}
.TagClassName
{
border-color: #81EFDC;
}
</style>