Shades of Aquamarine #81EECB
Tints of Aquamarine #81EECB
RGB
CMYK
RGB Variations
Color information
#81EECB (or 0x81EECB) is known color: Aquamarine. HEX triplet: 81, EE and CB. RGB value is (129,238,203). Sum of RGB (Red+Green+Blue) = 129+238+203=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #81EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EECB is #7E1134. Grayscale: #C9C9C9. Windows color (decimal): -8261941 or 13364865. OLE color: 13364865.
HSL color Cylindrical-coordinate representation of color #81EECB: hue angle of 160.73º degrees, saturation: 0.76, 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 #81EECB is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 203 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.07 |
| HSL | 160.73º | 0.76% | 0.72% | - |
| HSV(B) | 160.73º | 0.46% | 0.93% | - |
| XYZ | 50.41 | 70.13 | 67.38 | - |
| YUV | 201.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 203 | 0.46 | 0 | 0.15 | 0.07 | 160.73 | 0.76 | 0.72 |
| Hex | 81 | EE | CB | 2E | 0 | F | 7 | A1 | 4C | 48 |
| Octal | 201 | 356 | 313 | 56 | 0 | 17 | 7 | 241 | 114 | 110 |
| Binary | 10000001 | 11101110 | 11001011 | 101110 | 0 | 1111 | 111 | 10100001 | 1001100 | 1001000 |
Color Harmonies of #81EECB
Complementary color
Monochromatic Colors of #81EECB
Black with #81EECB
Text Example
Text Example
White with #81EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EECB; }
p { color: rgb(129,238,203); }
H1.HeaderClassName
{
color: #81EECB;
}
.AnyTagClassName
{
color: #81EECB;
}
</style>
background-color css
<style>
a { background-color: #81EECB; }
a { background-color: rgb(129,238,203); }
div.DivClassName
{
background-color: #81EECB;
}
.BgClassName
{
background-color: #81EECB;
}
</style>
border-color css
<style>
span { border-color: #81EECB; }
span { border-color: rgb(129,238,203); }
td.TdClassName
{
border-color: #81EECB;
}
.TagClassName
{
border-color: #81EECB;
}
</style>