Shades of Aquamarine #81EDBF
Tints of Aquamarine #81EDBF
RGB
CMYK
RGB Variations
Color information
#81EDBF (or 0x81EDBF) is known color: Aquamarine. HEX triplet: 81, ED and BF. RGB value is (129,237,191). Sum of RGB (Red+Green+Blue) = 129+237+191=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDBF is #7E1240. Grayscale: #C7C7C7. Windows color (decimal): -8262209 or 12578177. OLE color: 12578177.
HSL color Cylindrical-coordinate representation of color #81EDBF: hue angle of 154.44º 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 #81EDBF is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 191 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.07 |
| HSL | 154.44º | 0.75% | 0.72% | - |
| HSV(B) | 154.44º | 0.46% | 0.93% | - |
| XYZ | 48.74 | 69 | 60.04 | - |
| YUV | 199.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 191 | 0.46 | 0 | 0.19 | 0.07 | 154.44 | 0.75 | 0.72 |
| Hex | 81 | ED | BF | 2E | 0 | 13 | 7 | 9A | 4B | 48 |
| Octal | 201 | 355 | 277 | 56 | 0 | 23 | 7 | 232 | 113 | 110 |
| Binary | 10000001 | 11101101 | 10111111 | 101110 | 0 | 10011 | 111 | 10011010 | 1001011 | 1001000 |
Color Harmonies of #81EDBF
Complementary color
Monochromatic Colors of #81EDBF
Black with #81EDBF
Text Example
Text Example
White with #81EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDBF; }
p { color: rgb(129,237,191); }
H1.HeaderClassName
{
color: #81EDBF;
}
.AnyTagClassName
{
color: #81EDBF;
}
</style>
background-color css
<style>
a { background-color: #81EDBF; }
a { background-color: rgb(129,237,191); }
div.DivClassName
{
background-color: #81EDBF;
}
.BgClassName
{
background-color: #81EDBF;
}
</style>
border-color css
<style>
span { border-color: #81EDBF; }
span { border-color: rgb(129,237,191); }
td.TdClassName
{
border-color: #81EDBF;
}
.TagClassName
{
border-color: #81EDBF;
}
</style>