Shades of Aquamarine #81EFC9
Tints of Aquamarine #81EFC9
RGB
CMYK
RGB Variations
Color information
#81EFC9 (or 0x81EFC9) is known color: Aquamarine. HEX triplet: 81, EF and C9. RGB value is (129,239,201). Sum of RGB (Red+Green+Blue) = 129+239+201=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFC9 is #7E1036. Grayscale: #C9C9C9. Windows color (decimal): -8261687 or 13234049. OLE color: 13234049.
HSL color Cylindrical-coordinate representation of color #81EFC9: hue angle of 159.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFC9 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 201 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.06 |
| HSL | 159.27º | 0.77% | 0.72% | - |
| HSV(B) | 159.27º | 0.46% | 0.94% | - |
| XYZ | 50.46 | 70.62 | 66.23 | - |
| YUV | 201.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 201 | 0.46 | 0 | 0.16 | 0.06 | 159.27 | 0.77 | 0.72 |
| Hex | 81 | EF | C9 | 2E | 0 | 10 | 6 | 9F | 4D | 48 |
| Octal | 201 | 357 | 311 | 56 | 0 | 20 | 6 | 237 | 115 | 110 |
| Binary | 10000001 | 11101111 | 11001001 | 101110 | 0 | 10000 | 110 | 10011111 | 1001101 | 1001000 |
Color Harmonies of #81EFC9
Complementary color
Monochromatic Colors of #81EFC9
Black with #81EFC9
Text Example
Text Example
White with #81EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFC9; }
p { color: rgb(129,239,201); }
H1.HeaderClassName
{
color: #81EFC9;
}
.AnyTagClassName
{
color: #81EFC9;
}
</style>
background-color css
<style>
a { background-color: #81EFC9; }
a { background-color: rgb(129,239,201); }
div.DivClassName
{
background-color: #81EFC9;
}
.BgClassName
{
background-color: #81EFC9;
}
</style>
border-color css
<style>
span { border-color: #81EFC9; }
span { border-color: rgb(129,239,201); }
td.TdClassName
{
border-color: #81EFC9;
}
.TagClassName
{
border-color: #81EFC9;
}
</style>