Shades of Aquamarine #81ECCC
Tints of Aquamarine #81ECCC
RGB
CMYK
RGB Variations
Color information
#81ECCC (or 0x81ECCC) is known color: Aquamarine. HEX triplet: 81, EC and CC. RGB value is (129,236,204). Sum of RGB (Red+Green+Blue) = 129+236+204=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81ECCC is #7E1333. Grayscale: #C8C8C8. Windows color (decimal): -8262452 or 13429889. OLE color: 13429889.
HSL color Cylindrical-coordinate representation of color #81ECCC: hue angle of 162.06º 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 #81ECCC is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 204 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.07 |
| HSL | 162.06º | 0.74% | 0.72% | - |
| HSV(B) | 162.06º | 0.45% | 0.93% | - |
| XYZ | 49.95 | 69.02 | 67.82 | - |
| YUV | 200.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 204 | 0.45 | 0 | 0.14 | 0.07 | 162.06 | 0.74 | 0.72 |
| Hex | 81 | EC | CC | 2D | 0 | E | 7 | A2 | 4A | 48 |
| Octal | 201 | 354 | 314 | 55 | 0 | 16 | 7 | 242 | 112 | 110 |
| Binary | 10000001 | 11101100 | 11001100 | 101101 | 0 | 1110 | 111 | 10100010 | 1001010 | 1001000 |
Color Harmonies of #81ECCC
Complementary color
Monochromatic Colors of #81ECCC
Black with #81ECCC
Text Example
Text Example
White with #81ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECCC; }
p { color: rgb(129,236,204); }
H1.HeaderClassName
{
color: #81ECCC;
}
.AnyTagClassName
{
color: #81ECCC;
}
</style>
background-color css
<style>
a { background-color: #81ECCC; }
a { background-color: rgb(129,236,204); }
div.DivClassName
{
background-color: #81ECCC;
}
.BgClassName
{
background-color: #81ECCC;
}
</style>
border-color css
<style>
span { border-color: #81ECCC; }
span { border-color: rgb(129,236,204); }
td.TdClassName
{
border-color: #81ECCC;
}
.TagClassName
{
border-color: #81ECCC;
}
</style>