Shades of Aquamarine #81ECC7
Tints of Aquamarine #81ECC7
RGB
CMYK
RGB Variations
Color information
#81ECC7 (or 0x81ECC7) is known color: Aquamarine. HEX triplet: 81, EC and C7. RGB value is (129,236,199). Sum of RGB (Red+Green+Blue) = 129+236+199=564 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.87% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81ECC7 is #7E1338. Grayscale: #C7C7C7. Windows color (decimal): -8262457 or 13102209. OLE color: 13102209.
HSL color Cylindrical-coordinate representation of color #81ECC7: hue angle of 159.25º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ECC7 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 199 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.07 |
| HSL | 159.25º | 0.74% | 0.72% | - |
| HSV(B) | 159.25º | 0.45% | 0.93% | - |
| XYZ | 49.36 | 68.78 | 64.71 | - |
| YUV | 199.79 | 127.55 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 199 | 0.45 | 0 | 0.16 | 0.07 | 159.25 | 0.74 | 0.72 |
| Hex | 81 | EC | C7 | 2D | 0 | 10 | 7 | 9F | 4A | 48 |
| Octal | 201 | 354 | 307 | 55 | 0 | 20 | 7 | 237 | 112 | 110 |
| Binary | 10000001 | 11101100 | 11000111 | 101101 | 0 | 10000 | 111 | 10011111 | 1001010 | 1001000 |
Color Harmonies of #81ECC7
Complementary color
Monochromatic Colors of #81ECC7
Black with #81ECC7
Text Example
Text Example
White with #81ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECC7; }
p { color: rgb(129,236,199); }
H1.HeaderClassName
{
color: #81ECC7;
}
.AnyTagClassName
{
color: #81ECC7;
}
</style>
background-color css
<style>
a { background-color: #81ECC7; }
a { background-color: rgb(129,236,199); }
div.DivClassName
{
background-color: #81ECC7;
}
.BgClassName
{
background-color: #81ECC7;
}
</style>
border-color css
<style>
span { border-color: #81ECC7; }
span { border-color: rgb(129,236,199); }
td.TdClassName
{
border-color: #81ECC7;
}
.TagClassName
{
border-color: #81ECC7;
}
</style>