Shades of Aquamarine #80FCDC
Tints of Aquamarine #80FCDC
RGB
CMYK
RGB Variations
Color information
#80FCDC (or 0x80FCDC) is known color: Aquamarine. HEX triplet: 80, FC and DC. RGB value is (128,252,220). Sum of RGB (Red+Green+Blue) = 128+252+220=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCDC is #7F0323. Grayscale: #D3D3D3. Windows color (decimal): -8323876 or 14482560. OLE color: 14482560.
HSL color Cylindrical-coordinate representation of color #80FCDC: hue angle of 164.52º 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 #80FCDC is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 220 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.01 |
| HSL | 164.52º | 0.95% | 0.75% | - |
| HSV(B) | 164.52º | 0.49% | 0.99% | - |
| XYZ | 56.63 | 79.38 | 80.05 | - |
| YUV | 211.28 | 132.92 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 220 | 0.49 | 0 | 0.13 | 0.01 | 164.52 | 0.95 | 0.75 |
| Hex | 80 | FC | DC | 31 | 0 | D | 1 | A5 | 5F | 4B |
| Octal | 200 | 374 | 334 | 61 | 0 | 15 | 1 | 245 | 137 | 113 |
| Binary | 10000000 | 11111100 | 11011100 | 110001 | 0 | 1101 | 1 | 10100101 | 1011111 | 1001011 |
Color Harmonies of #80FCDC
Complementary color
Monochromatic Colors of #80FCDC
Black with #80FCDC
Text Example
Text Example
White with #80FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FCDC; }
p { color: rgb(128,252,220); }
H1.HeaderClassName
{
color: #80FCDC;
}
.AnyTagClassName
{
color: #80FCDC;
}
</style>
background-color css
<style>
a { background-color: #80FCDC; }
a { background-color: rgb(128,252,220); }
div.DivClassName
{
background-color: #80FCDC;
}
.BgClassName
{
background-color: #80FCDC;
}
</style>
border-color css
<style>
span { border-color: #80FCDC; }
span { border-color: rgb(128,252,220); }
td.TdClassName
{
border-color: #80FCDC;
}
.TagClassName
{
border-color: #80FCDC;
}
</style>