Shades of Aquamarine #80EECB
Tints of Aquamarine #80EECB
RGB
CMYK
RGB Variations
Color information
#80EECB (or 0x80EECB) is known color: Aquamarine. HEX triplet: 80, EE and CB. RGB value is (128,238,203). Sum of RGB (Red+Green+Blue) = 128+238+203=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #80EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EECB is #7F1134. Grayscale: #C9C9C9. Windows color (decimal): -8327477 or 13364864. OLE color: 13364864.
HSL color Cylindrical-coordinate representation of color #80EECB: hue angle of 160.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EECB is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 203 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.07 |
| HSL | 160.91º | 0.76% | 0.72% | - |
| HSV(B) | 160.91º | 0.46% | 0.93% | - |
| XYZ | 50.26 | 70.05 | 67.37 | - |
| YUV | 201.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 203 | 0.46 | 0 | 0.15 | 0.07 | 160.91 | 0.76 | 0.72 |
| Hex | 80 | EE | CB | 2E | 0 | F | 7 | A1 | 4C | 48 |
| Octal | 200 | 356 | 313 | 56 | 0 | 17 | 7 | 241 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11001011 | 101110 | 0 | 1111 | 111 | 10100001 | 1001100 | 1001000 |
Color Harmonies of #80EECB
Complementary color
Monochromatic Colors of #80EECB
Black with #80EECB
Text Example
Text Example
White with #80EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EECB; }
p { color: rgb(128,238,203); }
H1.HeaderClassName
{
color: #80EECB;
}
.AnyTagClassName
{
color: #80EECB;
}
</style>
background-color css
<style>
a { background-color: #80EECB; }
a { background-color: rgb(128,238,203); }
div.DivClassName
{
background-color: #80EECB;
}
.BgClassName
{
background-color: #80EECB;
}
</style>
border-color css
<style>
span { border-color: #80EECB; }
span { border-color: rgb(128,238,203); }
td.TdClassName
{
border-color: #80EECB;
}
.TagClassName
{
border-color: #80EECB;
}
</style>