Shades of Aquamarine #80FFDF
Tints of Aquamarine #80FFDF
RGB
CMYK
RGB Variations
Color information
#80FFDF (or 0x80FFDF) is known color: Aquamarine. HEX triplet: 80, FF and DF. RGB value is (128,255,223). Sum of RGB (Red+Green+Blue) = 128+255+223=606 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.12% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFDF is #7F0020. Grayscale: #D5D5D5. Windows color (decimal): -8323105 or 14679936. OLE color: 14679936.
HSL color Cylindrical-coordinate representation of color #80FFDF: hue angle of 164.88º 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 #80FFDF is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 128 | 255 | 223 | - |
CMYK | 0.50 | 0 | 0.13 | 0 |
HSL | 164.88º | 1% | 0.75% | - |
HSV(B) | 164.88º | 0.5% | 1% | - |
XYZ | 57.98 | 81.44 | 82.48 | - |
YUV | 213.38 | 133.42 | 67.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 255 | 223 | 0.50 | 0 | 0.13 | 0 | 164.88 | 1 | 0.75 |
Hex | 80 | FF | DF | 32 | 0 | D | 0 | A5 | 64 | 4B |
Octal | 200 | 377 | 337 | 62 | 0 | 15 | 0 | 245 | 144 | 113 |
Binary | 10000000 | 11111111 | 11011111 | 110010 | 0 | 1101 | 0 | 10100101 | 1100100 | 1001011 |
Color Harmonies of #80FFDF
Complementary color
Monochromatic Colors of #80FFDF
Black with #80FFDF
Text Example
Text Example
White with #80FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFDF; }
p { color: rgb(128,255,223); }
H1.HeaderClassName
{
color: #80FFDF;
}
.AnyTagClassName
{
color: #80FFDF;
}
</style>
background-color css
<style>
a { background-color: #80FFDF; }
a { background-color: rgb(128,255,223); }
div.DivClassName
{
background-color: #80FFDF;
}
.BgClassName
{
background-color: #80FFDF;
}
</style>
border-color css
<style>
span { border-color: #80FFDF; }
span { border-color: rgb(128,255,223); }
td.TdClassName
{
border-color: #80FFDF;
}
.TagClassName
{
border-color: #80FFDF;
}
</style>