Shades of Aquamarine #81EECD
Tints of Aquamarine #81EECD
RGB
CMYK
RGB Variations
Color information
#81EECD (or 0x81EECD) is known color: Aquamarine. HEX triplet: 81, EE and CD. RGB value is (129,238,205). Sum of RGB (Red+Green+Blue) = 129+238+205=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #81EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EECD is #7E1132. Grayscale: #C9C9C9. Windows color (decimal): -8261939 or 13495937. OLE color: 13495937.
HSL color Cylindrical-coordinate representation of color #81EECD: hue angle of 161.83º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EECD is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 205 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.07 |
| HSL | 161.83º | 0.76% | 0.72% | - |
| HSV(B) | 161.83º | 0.46% | 0.93% | - |
| XYZ | 50.65 | 70.22 | 68.64 | - |
| YUV | 201.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 205 | 0.46 | 0 | 0.14 | 0.07 | 161.83 | 0.76 | 0.72 |
| Hex | 81 | EE | CD | 2E | 0 | E | 7 | A2 | 4C | 48 |
| Octal | 201 | 356 | 315 | 56 | 0 | 16 | 7 | 242 | 114 | 110 |
| Binary | 10000001 | 11101110 | 11001101 | 101110 | 0 | 1110 | 111 | 10100010 | 1001100 | 1001000 |
Color Harmonies of #81EECD
Complementary color
Monochromatic Colors of #81EECD
Black with #81EECD
Text Example
Text Example
White with #81EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EECD; }
p { color: rgb(129,238,205); }
H1.HeaderClassName
{
color: #81EECD;
}
.AnyTagClassName
{
color: #81EECD;
}
</style>
background-color css
<style>
a { background-color: #81EECD; }
a { background-color: rgb(129,238,205); }
div.DivClassName
{
background-color: #81EECD;
}
.BgClassName
{
background-color: #81EECD;
}
</style>
border-color css
<style>
span { border-color: #81EECD; }
span { border-color: rgb(129,238,205); }
td.TdClassName
{
border-color: #81EECD;
}
.TagClassName
{
border-color: #81EECD;
}
</style>