Shades of Aquamarine #81FEB3
Tints of Aquamarine #81FEB3
RGB
CMYK
RGB Variations
Color information
#81FEB3 (or 0x81FEB3) is known color: Aquamarine. HEX triplet: 81, FE and B3. RGB value is (129,254,179). Sum of RGB (Red+Green+Blue) = 129+254+179=562 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.95% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FEB3 is #7E014C. Grayscale: #D0D0D0. Windows color (decimal): -8257869 or 11796097. OLE color: 11796097.
HSL color Cylindrical-coordinate representation of color #81FEB3: hue angle of 144º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEB3 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 179 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.00 |
| HSL | 144º | 0.98% | 0.75% | - |
| HSV(B) | 144º | 0.49% | 1% | - |
| XYZ | 52.63 | 78.81 | 55.08 | - |
| YUV | 208.08 | 111.59 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 179 | 0.49 | 0 | 0.30 | 0.00 | 144 | 0.98 | 0.75 |
| Hex | 81 | FE | B3 | 31 | 0 | 1E | 0 | 90 | 62 | 4B |
| Octal | 201 | 376 | 263 | 61 | 0 | 36 | 0 | 220 | 142 | 113 |
| Binary | 10000001 | 11111110 | 10110011 | 110001 | 0 | 11110 | 0 | 10010000 | 1100010 | 1001011 |
Color Harmonies of #81FEB3
Complementary color
Monochromatic Colors of #81FEB3
Black with #81FEB3
Text Example
Text Example
White with #81FEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FEB3; }
p { color: rgb(129,254,179); }
H1.HeaderClassName
{
color: #81FEB3;
}
.AnyTagClassName
{
color: #81FEB3;
}
</style>
background-color css
<style>
a { background-color: #81FEB3; }
a { background-color: rgb(129,254,179); }
div.DivClassName
{
background-color: #81FEB3;
}
.BgClassName
{
background-color: #81FEB3;
}
</style>
border-color css
<style>
span { border-color: #81FEB3; }
span { border-color: rgb(129,254,179); }
td.TdClassName
{
border-color: #81FEB3;
}
.TagClassName
{
border-color: #81FEB3;
}
</style>