Shades of Aquamarine #81FBE5
Tints of Aquamarine #81FBE5
RGB
CMYK
RGB Variations
Color information
#81FBE5 (or 0x81FBE5) is known color: Aquamarine. HEX triplet: 81, FB and E5. RGB value is (129,251,229). Sum of RGB (Red+Green+Blue) = 129+251+229=609 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.18% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #81FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FBE5 is #7E041A. Grayscale: #D3D3D3. Windows color (decimal): -8258587 or 15072129. OLE color: 15072129.
HSL color Cylindrical-coordinate representation of color #81FBE5: hue angle of 169.18º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FBE5 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 229 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.02 |
| HSL | 169.18º | 0.94% | 0.75% | - |
| HSV(B) | 169.18º | 0.49% | 0.98% | - |
| XYZ | 57.69 | 79.32 | 86.4 | - |
| YUV | 212.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 229 | 0.49 | 0 | 0.09 | 0.02 | 169.18 | 0.94 | 0.75 |
| Hex | 81 | FB | E5 | 31 | 0 | 9 | 2 | A9 | 5E | 4B |
| Octal | 201 | 373 | 345 | 61 | 0 | 11 | 2 | 251 | 136 | 113 |
| Binary | 10000001 | 11111011 | 11100101 | 110001 | 0 | 1001 | 10 | 10101001 | 1011110 | 1001011 |
Color Harmonies of #81FBE5
Complementary color
Monochromatic Colors of #81FBE5
Black with #81FBE5
Text Example
Text Example
White with #81FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FBE5; }
p { color: rgb(129,251,229); }
H1.HeaderClassName
{
color: #81FBE5;
}
.AnyTagClassName
{
color: #81FBE5;
}
</style>
background-color css
<style>
a { background-color: #81FBE5; }
a { background-color: rgb(129,251,229); }
div.DivClassName
{
background-color: #81FBE5;
}
.BgClassName
{
background-color: #81FBE5;
}
</style>
border-color css
<style>
span { border-color: #81FBE5; }
span { border-color: rgb(129,251,229); }
td.TdClassName
{
border-color: #81FBE5;
}
.TagClassName
{
border-color: #81FBE5;
}
</style>