Shades of Aquamarine #81ECC5
Tints of Aquamarine #81ECC5
RGB
CMYK
RGB Variations
Color information
#81ECC5 (or 0x81ECC5) is known color: Aquamarine. HEX triplet: 81, EC and C5. RGB value is (129,236,197). Sum of RGB (Red+Green+Blue) = 129+236+197=562 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.95% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81ECC5 is #7E133A. Grayscale: #C7C7C7. Windows color (decimal): -8262459 or 12971137. OLE color: 12971137.
HSL color Cylindrical-coordinate representation of color #81ECC5: hue angle of 158.13º 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 #81ECC5 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 197 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.07 |
| HSL | 158.13º | 0.74% | 0.72% | - |
| HSV(B) | 158.13º | 0.45% | 0.93% | - |
| XYZ | 49.13 | 68.69 | 63.49 | - |
| YUV | 199.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 197 | 0.45 | 0 | 0.17 | 0.07 | 158.13 | 0.74 | 0.72 |
| Hex | 81 | EC | C5 | 2D | 0 | 11 | 7 | 9E | 4A | 48 |
| Octal | 201 | 354 | 305 | 55 | 0 | 21 | 7 | 236 | 112 | 110 |
| Binary | 10000001 | 11101100 | 11000101 | 101101 | 0 | 10001 | 111 | 10011110 | 1001010 | 1001000 |
Color Harmonies of #81ECC5
Complementary color
Monochromatic Colors of #81ECC5
Black with #81ECC5
Text Example
Text Example
White with #81ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECC5; }
p { color: rgb(129,236,197); }
H1.HeaderClassName
{
color: #81ECC5;
}
.AnyTagClassName
{
color: #81ECC5;
}
</style>
background-color css
<style>
a { background-color: #81ECC5; }
a { background-color: rgb(129,236,197); }
div.DivClassName
{
background-color: #81ECC5;
}
.BgClassName
{
background-color: #81ECC5;
}
</style>
border-color css
<style>
span { border-color: #81ECC5; }
span { border-color: rgb(129,236,197); }
td.TdClassName
{
border-color: #81ECC5;
}
.TagClassName
{
border-color: #81ECC5;
}
</style>