Shades of Aquamarine #81FACB
Tints of Aquamarine #81FACB
RGB
CMYK
RGB Variations
Color information
#81FACB (or 0x81FACB) is known color: Aquamarine. HEX triplet: 81, FA and CB. RGB value is (129,250,203). Sum of RGB (Red+Green+Blue) = 129+250+203=582 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.16% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #81FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FACB is #7E0534. Grayscale: #D0D0D0. Windows color (decimal): -8258869 or 13367937. OLE color: 13367937.
HSL color Cylindrical-coordinate representation of color #81FACB: hue angle of 156.69º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FACB is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 203 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.02 |
| HSL | 156.69º | 0.92% | 0.74% | - |
| HSV(B) | 156.69º | 0.48% | 0.98% | - |
| XYZ | 54.02 | 77.35 | 68.58 | - |
| YUV | 208.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 203 | 0.48 | 0 | 0.19 | 0.02 | 156.69 | 0.92 | 0.74 |
| Hex | 81 | FA | CB | 30 | 0 | 13 | 2 | 9D | 5C | 4A |
| Octal | 201 | 372 | 313 | 60 | 0 | 23 | 2 | 235 | 134 | 112 |
| Binary | 10000001 | 11111010 | 11001011 | 110000 | 0 | 10011 | 10 | 10011101 | 1011100 | 1001010 |
Color Harmonies of #81FACB
Complementary color
Monochromatic Colors of #81FACB
Black with #81FACB
Text Example
Text Example
White with #81FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FACB; }
p { color: rgb(129,250,203); }
H1.HeaderClassName
{
color: #81FACB;
}
.AnyTagClassName
{
color: #81FACB;
}
</style>
background-color css
<style>
a { background-color: #81FACB; }
a { background-color: rgb(129,250,203); }
div.DivClassName
{
background-color: #81FACB;
}
.BgClassName
{
background-color: #81FACB;
}
</style>
border-color css
<style>
span { border-color: #81FACB; }
span { border-color: rgb(129,250,203); }
td.TdClassName
{
border-color: #81FACB;
}
.TagClassName
{
border-color: #81FACB;
}
</style>