Shades of Aquamarine #81EDC7
Tints of Aquamarine #81EDC7
RGB
CMYK
RGB Variations
Color information
#81EDC7 (or 0x81EDC7) is known color: Aquamarine. HEX triplet: 81, ED and C7. RGB value is (129,237,199). Sum of RGB (Red+Green+Blue) = 129+237+199=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDC7 is #7E1238. Grayscale: #C8C8C8. Windows color (decimal): -8262201 or 13102465. OLE color: 13102465.
HSL color Cylindrical-coordinate representation of color #81EDC7: hue angle of 158.89º degrees, saturation: 0.75, 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 #81EDC7 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 199 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.07 |
| HSL | 158.89º | 0.75% | 0.72% | - |
| HSV(B) | 158.89º | 0.46% | 0.93% | - |
| XYZ | 49.65 | 69.36 | 64.8 | - |
| YUV | 200.38 | 127.22 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 199 | 0.46 | 0 | 0.16 | 0.07 | 158.89 | 0.75 | 0.72 |
| Hex | 81 | ED | C7 | 2E | 0 | 10 | 7 | 9F | 4B | 48 |
| Octal | 201 | 355 | 307 | 56 | 0 | 20 | 7 | 237 | 113 | 110 |
| Binary | 10000001 | 11101101 | 11000111 | 101110 | 0 | 10000 | 111 | 10011111 | 1001011 | 1001000 |
Color Harmonies of #81EDC7
Complementary color
Monochromatic Colors of #81EDC7
Black with #81EDC7
Text Example
Text Example
White with #81EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDC7; }
p { color: rgb(129,237,199); }
H1.HeaderClassName
{
color: #81EDC7;
}
.AnyTagClassName
{
color: #81EDC7;
}
</style>
background-color css
<style>
a { background-color: #81EDC7; }
a { background-color: rgb(129,237,199); }
div.DivClassName
{
background-color: #81EDC7;
}
.BgClassName
{
background-color: #81EDC7;
}
</style>
border-color css
<style>
span { border-color: #81EDC7; }
span { border-color: rgb(129,237,199); }
td.TdClassName
{
border-color: #81EDC7;
}
.TagClassName
{
border-color: #81EDC7;
}
</style>