Shades of Aquamarine #80FFCF
Tints of Aquamarine #80FFCF
RGB
CMYK
RGB Variations
Color information
#80FFCF (or 0x80FFCF) is known color: Aquamarine. HEX triplet: 80, FF and CF. RGB value is (128,255,207). Sum of RGB (Red+Green+Blue) = 128+255+207=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFCF is #7F0030. Grayscale: #D3D3D3. Windows color (decimal): -8323121 or 13631360. OLE color: 13631360.
HSL color Cylindrical-coordinate representation of color #80FFCF: hue angle of 157.32º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFCF is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 207 | - |
| CMYK | 0.50 | 0 | 0.19 | 0 |
| HSL | 157.32º | 1% | 0.75% | - |
| HSV(B) | 157.32º | 0.5% | 1% | - |
| XYZ | 55.92 | 80.61 | 71.64 | - |
| YUV | 211.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 207 | 0.50 | 0 | 0.19 | 0 | 157.32 | 1 | 0.75 |
| Hex | 80 | FF | CF | 32 | 0 | 13 | 0 | 9D | 64 | 4B |
| Octal | 200 | 377 | 317 | 62 | 0 | 23 | 0 | 235 | 144 | 113 |
| Binary | 10000000 | 11111111 | 11001111 | 110010 | 0 | 10011 | 0 | 10011101 | 1100100 | 1001011 |
Color Harmonies of #80FFCF
Complementary color
Monochromatic Colors of #80FFCF
Black with #80FFCF
Text Example
Text Example
White with #80FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFCF; }
p { color: rgb(128,255,207); }
H1.HeaderClassName
{
color: #80FFCF;
}
.AnyTagClassName
{
color: #80FFCF;
}
</style>
background-color css
<style>
a { background-color: #80FFCF; }
a { background-color: rgb(128,255,207); }
div.DivClassName
{
background-color: #80FFCF;
}
.BgClassName
{
background-color: #80FFCF;
}
</style>
border-color css
<style>
span { border-color: #80FFCF; }
span { border-color: rgb(128,255,207); }
td.TdClassName
{
border-color: #80FFCF;
}
.TagClassName
{
border-color: #80FFCF;
}
</style>