Shades of Aquamarine #81FCCB
Tints of Aquamarine #81FCCB
RGB
CMYK
RGB Variations
Color information
#81FCCB (or 0x81FCCB) is known color: Aquamarine. HEX triplet: 81, FC and CB. RGB value is (129,252,203). Sum of RGB (Red+Green+Blue) = 129+252+203=584 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.09% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FCCB is #7E0334. Grayscale: #D1D1D1. Windows color (decimal): -8258357 or 13368449. OLE color: 13368449.
HSL color Cylindrical-coordinate representation of color #81FCCB: hue angle of 156.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FCCB is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 252 | 203 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.01 |
| HSL | 156.1º | 0.95% | 0.75% | - |
| HSV(B) | 156.1º | 0.49% | 0.99% | - |
| XYZ | 54.64 | 78.6 | 68.79 | - |
| YUV | 209.64 | 124.25 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 252 | 203 | 0.49 | 0 | 0.19 | 0.01 | 156.1 | 0.95 | 0.75 |
| Hex | 81 | FC | CB | 31 | 0 | 13 | 1 | 9C | 5F | 4B |
| Octal | 201 | 374 | 313 | 61 | 0 | 23 | 1 | 234 | 137 | 113 |
| Binary | 10000001 | 11111100 | 11001011 | 110001 | 0 | 10011 | 1 | 10011100 | 1011111 | 1001011 |
Color Harmonies of #81FCCB
Complementary color
Monochromatic Colors of #81FCCB
Black with #81FCCB
Text Example
Text Example
White with #81FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FCCB; }
p { color: rgb(129,252,203); }
H1.HeaderClassName
{
color: #81FCCB;
}
.AnyTagClassName
{
color: #81FCCB;
}
</style>
background-color css
<style>
a { background-color: #81FCCB; }
a { background-color: rgb(129,252,203); }
div.DivClassName
{
background-color: #81FCCB;
}
.BgClassName
{
background-color: #81FCCB;
}
</style>
border-color css
<style>
span { border-color: #81FCCB; }
span { border-color: rgb(129,252,203); }
td.TdClassName
{
border-color: #81FCCB;
}
.TagClassName
{
border-color: #81FCCB;
}
</style>