Shades of Aquamarine #80EFCB
Tints of Aquamarine #80EFCB
RGB
CMYK
RGB Variations
Color information
#80EFCB (or 0x80EFCB) is known color: Aquamarine. HEX triplet: 80, EF and CB. RGB value is (128,239,203). Sum of RGB (Red+Green+Blue) = 128+239+203=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFCB is #7F1034. Grayscale: #C9C9C9. Windows color (decimal): -8327221 or 13365120. OLE color: 13365120.
HSL color Cylindrical-coordinate representation of color #80EFCB: hue angle of 160.54º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFCB is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 203 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.06 |
| HSL | 160.54º | 0.78% | 0.72% | - |
| HSV(B) | 160.54º | 0.46% | 0.94% | - |
| XYZ | 50.55 | 70.63 | 67.47 | - |
| YUV | 201.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 203 | 0.46 | 0 | 0.15 | 0.06 | 160.54 | 0.78 | 0.72 |
| Hex | 80 | EF | CB | 2E | 0 | F | 6 | A1 | 4E | 48 |
| Octal | 200 | 357 | 313 | 56 | 0 | 17 | 6 | 241 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11001011 | 101110 | 0 | 1111 | 110 | 10100001 | 1001110 | 1001000 |
Color Harmonies of #80EFCB
Complementary color
Monochromatic Colors of #80EFCB
Black with #80EFCB
Text Example
Text Example
White with #80EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFCB; }
p { color: rgb(128,239,203); }
H1.HeaderClassName
{
color: #80EFCB;
}
.AnyTagClassName
{
color: #80EFCB;
}
</style>
background-color css
<style>
a { background-color: #80EFCB; }
a { background-color: rgb(128,239,203); }
div.DivClassName
{
background-color: #80EFCB;
}
.BgClassName
{
background-color: #80EFCB;
}
</style>
border-color css
<style>
span { border-color: #80EFCB; }
span { border-color: rgb(128,239,203); }
td.TdClassName
{
border-color: #80EFCB;
}
.TagClassName
{
border-color: #80EFCB;
}
</style>