Shades of Aquamarine #81FFCA
Tints of Aquamarine #81FFCA
RGB
CMYK
RGB Variations
Color information
#81FFCA (or 0x81FFCA) is known color: Aquamarine. HEX triplet: 81, FF and CA. RGB value is (129,255,202). Sum of RGB (Red+Green+Blue) = 129+255+202=586 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.01% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FFCA is #7E0035. Grayscale: #D3D3D3. Windows color (decimal): -8257590 or 13303681. OLE color: 13303681.
HSL color Cylindrical-coordinate representation of color #81FFCA: hue angle of 154.76º 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 #81FFCA is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 202 | - |
| CMYK | 0.49 | 0 | 0.21 | 0 |
| HSL | 154.76º | 1% | 0.75% | - |
| HSV(B) | 154.76º | 0.49% | 1% | - |
| XYZ | 55.47 | 80.45 | 68.48 | - |
| YUV | 211.28 | 122.76 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 202 | 0.49 | 0 | 0.21 | 0 | 154.76 | 1 | 0.75 |
| Hex | 81 | FF | CA | 31 | 0 | 15 | 0 | 9B | 64 | 4B |
| Octal | 201 | 377 | 312 | 61 | 0 | 25 | 0 | 233 | 144 | 113 |
| Binary | 10000001 | 11111111 | 11001010 | 110001 | 0 | 10101 | 0 | 10011011 | 1100100 | 1001011 |
Color Harmonies of #81FFCA
Complementary color
Monochromatic Colors of #81FFCA
Black with #81FFCA
Text Example
Text Example
White with #81FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FFCA; }
p { color: rgb(129,255,202); }
H1.HeaderClassName
{
color: #81FFCA;
}
.AnyTagClassName
{
color: #81FFCA;
}
</style>
background-color css
<style>
a { background-color: #81FFCA; }
a { background-color: rgb(129,255,202); }
div.DivClassName
{
background-color: #81FFCA;
}
.BgClassName
{
background-color: #81FFCA;
}
</style>
border-color css
<style>
span { border-color: #81FFCA; }
span { border-color: rgb(129,255,202); }
td.TdClassName
{
border-color: #81FFCA;
}
.TagClassName
{
border-color: #81FFCA;
}
</style>