Shades of Aquamarine #80FBCB
Tints of Aquamarine #80FBCB
RGB
CMYK
RGB Variations
Color information
#80FBCB (or 0x80FBCB) is known color: Aquamarine. HEX triplet: 80, FB and CB. RGB value is (128,251,203). Sum of RGB (Red+Green+Blue) = 128+251+203=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBCB is #7F0434. Grayscale: #D0D0D0. Windows color (decimal): -8324149 or 13368192. OLE color: 13368192.
HSL color Cylindrical-coordinate representation of color #80FBCB: hue angle of 156.59º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBCB is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 203 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.02 |
| HSL | 156.59º | 0.94% | 0.74% | - |
| HSV(B) | 156.59º | 0.49% | 0.98% | - |
| XYZ | 54.18 | 77.9 | 68.68 | - |
| YUV | 208.75 | 124.75 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 203 | 0.49 | 0 | 0.19 | 0.02 | 156.59 | 0.94 | 0.74 |
| Hex | 80 | FB | CB | 31 | 0 | 13 | 2 | 9D | 5E | 4A |
| Octal | 200 | 373 | 313 | 61 | 0 | 23 | 2 | 235 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11001011 | 110001 | 0 | 10011 | 10 | 10011101 | 1011110 | 1001010 |
Color Harmonies of #80FBCB
Complementary color
Monochromatic Colors of #80FBCB
Black with #80FBCB
Text Example
Text Example
White with #80FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBCB; }
p { color: rgb(128,251,203); }
H1.HeaderClassName
{
color: #80FBCB;
}
.AnyTagClassName
{
color: #80FBCB;
}
</style>
background-color css
<style>
a { background-color: #80FBCB; }
a { background-color: rgb(128,251,203); }
div.DivClassName
{
background-color: #80FBCB;
}
.BgClassName
{
background-color: #80FBCB;
}
</style>
border-color css
<style>
span { border-color: #80FBCB; }
span { border-color: rgb(128,251,203); }
td.TdClassName
{
border-color: #80FBCB;
}
.TagClassName
{
border-color: #80FBCB;
}
</style>