Shades of Aquamarine #81EDC1
Tints of Aquamarine #81EDC1
RGB
CMYK
RGB Variations
Color information
#81EDC1 (or 0x81EDC1) is known color: Aquamarine. HEX triplet: 81, ED and C1. RGB value is (129,237,193). Sum of RGB (Red+Green+Blue) = 129+237+193=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDC1 is #7E123E. Grayscale: #C7C7C7. Windows color (decimal): -8262207 or 12709249. OLE color: 12709249.
HSL color Cylindrical-coordinate representation of color #81EDC1: hue angle of 155.56º 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 #81EDC1 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 193 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.07 |
| HSL | 155.56º | 0.75% | 0.72% | - |
| HSV(B) | 155.56º | 0.46% | 0.93% | - |
| XYZ | 48.96 | 69.09 | 61.21 | - |
| YUV | 199.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 193 | 0.46 | 0 | 0.19 | 0.07 | 155.56 | 0.75 | 0.72 |
| Hex | 81 | ED | C1 | 2E | 0 | 13 | 7 | 9C | 4B | 48 |
| Octal | 201 | 355 | 301 | 56 | 0 | 23 | 7 | 234 | 113 | 110 |
| Binary | 10000001 | 11101101 | 11000001 | 101110 | 0 | 10011 | 111 | 10011100 | 1001011 | 1001000 |
Color Harmonies of #81EDC1
Complementary color
Monochromatic Colors of #81EDC1
Black with #81EDC1
Text Example
Text Example
White with #81EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDC1; }
p { color: rgb(129,237,193); }
H1.HeaderClassName
{
color: #81EDC1;
}
.AnyTagClassName
{
color: #81EDC1;
}
</style>
background-color css
<style>
a { background-color: #81EDC1; }
a { background-color: rgb(129,237,193); }
div.DivClassName
{
background-color: #81EDC1;
}
.BgClassName
{
background-color: #81EDC1;
}
</style>
border-color css
<style>
span { border-color: #81EDC1; }
span { border-color: rgb(129,237,193); }
td.TdClassName
{
border-color: #81EDC1;
}
.TagClassName
{
border-color: #81EDC1;
}
</style>