Shades of Aquamarine #81FFE6
Tints of Aquamarine #81FFE6
RGB
CMYK
RGB Variations
Color information
#81FFE6 (or 0x81FFE6) is known color: Aquamarine. HEX triplet: 81, FF and E6. RGB value is (129,255,230). Sum of RGB (Red+Green+Blue) = 129+255+230=614 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.01% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFE6 is #7E0019. Grayscale: #D6D6D6. Windows color (decimal): -8257562 or 15138689. OLE color: 15138689.
HSL color Cylindrical-coordinate representation of color #81FFE6: hue angle of 168.1º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FFE6 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 230 | - |
| CMYK | 0.49 | 0 | 0.10 | 0 |
| HSL | 168.1º | 1% | 0.75% | - |
| HSV(B) | 168.1º | 0.49% | 1% | - |
| XYZ | 59.1 | 81.9 | 87.56 | - |
| YUV | 214.48 | 136.76 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 230 | 0.49 | 0 | 0.10 | 0 | 168.1 | 1 | 0.75 |
| Hex | 81 | FF | E6 | 31 | 0 | A | 0 | A8 | 64 | 4B |
| Octal | 201 | 377 | 346 | 61 | 0 | 12 | 0 | 250 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11100110 | 110001 | 0 | 1010 | 0 | 10101000 | 1100100 | 1001011 |
Color Harmonies of #81FFE6
Complementary color
Monochromatic Colors of #81FFE6
Black with #81FFE6
Text Example
Text Example
White with #81FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFE6; }
p { color: rgb(129,255,230); }
H1.HeaderClassName
{
color: #81FFE6;
}
.AnyTagClassName
{
color: #81FFE6;
}
</style>
background-color css
<style>
a { background-color: #81FFE6; }
a { background-color: rgb(129,255,230); }
div.DivClassName
{
background-color: #81FFE6;
}
.BgClassName
{
background-color: #81FFE6;
}
</style>
border-color css
<style>
span { border-color: #81FFE6; }
span { border-color: rgb(129,255,230); }
td.TdClassName
{
border-color: #81FFE6;
}
.TagClassName
{
border-color: #81FFE6;
}
</style>