Shades of Aquamarine #81EADE
Tints of Aquamarine #81EADE
RGB
CMYK
RGB Variations
Color information
#81EADE (or 0x81EADE) is known color: Aquamarine. HEX triplet: 81, EA and DE. RGB value is (129,234,222). Sum of RGB (Red+Green+Blue) = 129+234+222=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #81EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EADE is #7E1521. Grayscale: #C9C9C9. Windows color (decimal): -8262946 or 14609025. OLE color: 14609025.
HSL color Cylindrical-coordinate representation of color #81EADE: hue angle of 173.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EADE is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 222 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.08 |
| HSL | 173.14º | 0.71% | 0.71% | - |
| HSV(B) | 173.14º | 0.45% | 0.92% | - |
| XYZ | 51.66 | 68.79 | 79.66 | - |
| YUV | 201.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 222 | 0.45 | 0 | 0.05 | 0.08 | 173.14 | 0.71 | 0.71 |
| Hex | 81 | EA | DE | 2D | 0 | 5 | 8 | AD | 47 | 47 |
| Octal | 201 | 352 | 336 | 55 | 0 | 5 | 10 | 255 | 107 | 107 |
| Binary | 10000001 | 11101010 | 11011110 | 101101 | 0 | 101 | 1000 | 10101101 | 1000111 | 1000111 |
Color Harmonies of #81EADE
Complementary color
Monochromatic Colors of #81EADE
Black with #81EADE
Text Example
Text Example
White with #81EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EADE; }
p { color: rgb(129,234,222); }
H1.HeaderClassName
{
color: #81EADE;
}
.AnyTagClassName
{
color: #81EADE;
}
</style>
background-color css
<style>
a { background-color: #81EADE; }
a { background-color: rgb(129,234,222); }
div.DivClassName
{
background-color: #81EADE;
}
.BgClassName
{
background-color: #81EADE;
}
</style>
border-color css
<style>
span { border-color: #81EADE; }
span { border-color: rgb(129,234,222); }
td.TdClassName
{
border-color: #81EADE;
}
.TagClassName
{
border-color: #81EADE;
}
</style>