Shades of Aquamarine #81F7BD
Tints of Aquamarine #81F7BD
RGB
CMYK
RGB Variations
Color information
#81F7BD (or 0x81F7BD) is known color: Aquamarine. HEX triplet: 81, F7 and BD. RGB value is (129,247,189). Sum of RGB (Red+Green+Blue) = 129+247+189=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F7BD is #7E0842. Grayscale: #CDCDCD. Windows color (decimal): -8259651 or 12449665. OLE color: 12449665.
HSL color Cylindrical-coordinate representation of color #81F7BD: hue angle of 150.51º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7BD is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 189 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.03 |
| HSL | 150.51º | 0.88% | 0.74% | - |
| HSV(B) | 150.51º | 0.48% | 0.97% | - |
| XYZ | 51.5 | 74.86 | 59.88 | - |
| YUV | 205.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 189 | 0.48 | 0 | 0.23 | 0.03 | 150.51 | 0.88 | 0.74 |
| Hex | 81 | F7 | BD | 30 | 0 | 17 | 3 | 97 | 58 | 4A |
| Octal | 201 | 367 | 275 | 60 | 0 | 27 | 3 | 227 | 130 | 112 |
| Binary | 10000001 | 11110111 | 10111101 | 110000 | 0 | 10111 | 11 | 10010111 | 1011000 | 1001010 |
Color Harmonies of #81F7BD
Complementary color
Monochromatic Colors of #81F7BD
Black with #81F7BD
Text Example
Text Example
White with #81F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F7BD; }
p { color: rgb(129,247,189); }
H1.HeaderClassName
{
color: #81F7BD;
}
.AnyTagClassName
{
color: #81F7BD;
}
</style>
background-color css
<style>
a { background-color: #81F7BD; }
a { background-color: rgb(129,247,189); }
div.DivClassName
{
background-color: #81F7BD;
}
.BgClassName
{
background-color: #81F7BD;
}
</style>
border-color css
<style>
span { border-color: #81F7BD; }
span { border-color: rgb(129,247,189); }
td.TdClassName
{
border-color: #81F7BD;
}
.TagClassName
{
border-color: #81F7BD;
}
</style>