Shades of Aquamarine #80FCDD
Tints of Aquamarine #80FCDD
RGB
CMYK
RGB Variations
Color information
#80FCDD (or 0x80FCDD) is known color: Aquamarine. HEX triplet: 80, FC and DD. RGB value is (128,252,221). Sum of RGB (Red+Green+Blue) = 128+252+221=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCDD is #7F0322. Grayscale: #D3D3D3. Windows color (decimal): -8323875 or 14548096. OLE color: 14548096.
HSL color Cylindrical-coordinate representation of color #80FCDD: hue angle of 165º 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 #80FCDD is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 221 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.01 |
| HSL | 165º | 0.95% | 0.75% | - |
| HSV(B) | 165º | 0.49% | 0.99% | - |
| XYZ | 56.76 | 79.43 | 80.75 | - |
| YUV | 211.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 221 | 0.49 | 0 | 0.12 | 0.01 | 165 | 0.95 | 0.75 |
| Hex | 80 | FC | DD | 31 | 0 | C | 1 | A5 | 5F | 4B |
| Octal | 200 | 374 | 335 | 61 | 0 | 14 | 1 | 245 | 137 | 113 |
| Binary | 10000000 | 11111100 | 11011101 | 110001 | 0 | 1100 | 1 | 10100101 | 1011111 | 1001011 |
Color Harmonies of #80FCDD
Complementary color
Monochromatic Colors of #80FCDD
Black with #80FCDD
Text Example
Text Example
White with #80FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FCDD; }
p { color: rgb(128,252,221); }
H1.HeaderClassName
{
color: #80FCDD;
}
.AnyTagClassName
{
color: #80FCDD;
}
</style>
background-color css
<style>
a { background-color: #80FCDD; }
a { background-color: rgb(128,252,221); }
div.DivClassName
{
background-color: #80FCDD;
}
.BgClassName
{
background-color: #80FCDD;
}
</style>
border-color css
<style>
span { border-color: #80FCDD; }
span { border-color: rgb(128,252,221); }
td.TdClassName
{
border-color: #80FCDD;
}
.TagClassName
{
border-color: #80FCDD;
}
</style>