Shades of Aquamarine #81FCDF
Tints of Aquamarine #81FCDF
RGB
CMYK
RGB Variations
Color information
#81FCDF (or 0x81FCDF) is known color: Aquamarine. HEX triplet: 81, FC and DF. RGB value is (129,252,223). Sum of RGB (Red+Green+Blue) = 129+252+223=604 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.36% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FCDF is #7E0320. Grayscale: #D3D3D3. Windows color (decimal): -8258337 or 14679169. OLE color: 14679169.
HSL color Cylindrical-coordinate representation of color #81FCDF: hue angle of 165.85º 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 #81FCDF is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 252 | 223 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.01 |
| HSL | 165.85º | 0.95% | 0.75% | - |
| HSV(B) | 165.85º | 0.49% | 0.99% | - |
| XYZ | 57.18 | 79.62 | 82.17 | - |
| YUV | 211.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 252 | 223 | 0.49 | 0 | 0.12 | 0.01 | 165.85 | 0.95 | 0.75 |
| Hex | 81 | FC | DF | 31 | 0 | C | 1 | A6 | 5F | 4B |
| Octal | 201 | 374 | 337 | 61 | 0 | 14 | 1 | 246 | 137 | 113 |
| Binary | 10000001 | 11111100 | 11011111 | 110001 | 0 | 1100 | 1 | 10100110 | 1011111 | 1001011 |
Color Harmonies of #81FCDF
Complementary color
Monochromatic Colors of #81FCDF
Black with #81FCDF
Text Example
Text Example
White with #81FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FCDF; }
p { color: rgb(129,252,223); }
H1.HeaderClassName
{
color: #81FCDF;
}
.AnyTagClassName
{
color: #81FCDF;
}
</style>
background-color css
<style>
a { background-color: #81FCDF; }
a { background-color: rgb(129,252,223); }
div.DivClassName
{
background-color: #81FCDF;
}
.BgClassName
{
background-color: #81FCDF;
}
</style>
border-color css
<style>
span { border-color: #81FCDF; }
span { border-color: rgb(129,252,223); }
td.TdClassName
{
border-color: #81FCDF;
}
.TagClassName
{
border-color: #81FCDF;
}
</style>