Shades of Aquamarine #81FFDC
Tints of Aquamarine #81FFDC
RGB
CMYK
RGB Variations
Color information
#81FFDC (or 0x81FFDC) is known color: Aquamarine. HEX triplet: 81, FF and DC. RGB value is (129,255,220). Sum of RGB (Red+Green+Blue) = 129+255+220=604 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.36% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FFDC is #7E0023. Grayscale: #D5D5D5. Windows color (decimal): -8257572 or 14483329. OLE color: 14483329.
HSL color Cylindrical-coordinate representation of color #81FFDC: hue angle of 163.33º 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 #81FFDC is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 220 | - |
| CMYK | 0.49 | 0 | 0.14 | 0 |
| HSL | 163.33º | 1% | 0.75% | - |
| HSV(B) | 163.33º | 0.49% | 1% | - |
| XYZ | 57.73 | 81.35 | 80.37 | - |
| YUV | 213.34 | 131.76 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 220 | 0.49 | 0 | 0.14 | 0 | 163.33 | 1 | 0.75 |
| Hex | 81 | FF | DC | 31 | 0 | E | 0 | A3 | 64 | 4B |
| Octal | 201 | 377 | 334 | 61 | 0 | 16 | 0 | 243 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11011100 | 110001 | 0 | 1110 | 0 | 10100011 | 1100100 | 1001011 |
Color Harmonies of #81FFDC
Complementary color
Monochromatic Colors of #81FFDC
Black with #81FFDC
Text Example
Text Example
White with #81FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFDC; }
p { color: rgb(129,255,220); }
H1.HeaderClassName
{
color: #81FFDC;
}
.AnyTagClassName
{
color: #81FFDC;
}
</style>
background-color css
<style>
a { background-color: #81FFDC; }
a { background-color: rgb(129,255,220); }
div.DivClassName
{
background-color: #81FFDC;
}
.BgClassName
{
background-color: #81FFDC;
}
</style>
border-color css
<style>
span { border-color: #81FFDC; }
span { border-color: rgb(129,255,220); }
td.TdClassName
{
border-color: #81FFDC;
}
.TagClassName
{
border-color: #81FFDC;
}
</style>