Shades of Riptide #80E2C1
Tints of Riptide #80E2C1
RGB
CMYK
RGB Variations
Color information
#80E2C1 (or 0x80E2C1) is known color: Riptide. HEX triplet: 80, E2 and C1. RGB value is (128,226,193). Sum of RGB (Red+Green+Blue) = 128+226+193=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #80E2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E2C1 is #7F1D3E. Grayscale: #C0C0C0. Windows color (decimal): -8330559 or 12706432. OLE color: 12706432.
HSL color Cylindrical-coordinate representation of color #80E2C1: hue angle of 159.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E2C1 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 193 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.11 |
| HSL | 159.8º | 0.63% | 0.69% | - |
| HSV(B) | 159.8º | 0.43% | 0.89% | - |
| XYZ | 45.72 | 62.83 | 60.17 | - |
| YUV | 192.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 193 | 0.43 | 0 | 0.15 | 0.11 | 159.8 | 0.63 | 0.69 |
| Hex | 80 | E2 | C1 | 2B | 0 | F | B | A0 | 3F | 45 |
| Octal | 200 | 342 | 301 | 53 | 0 | 17 | 13 | 240 | 77 | 105 |
| Binary | 10000000 | 11100010 | 11000001 | 101011 | 0 | 1111 | 1011 | 10100000 | 111111 | 1000101 |
Color Harmonies of #80E2C1
Complementary color
Monochromatic Colors of #80E2C1
Black with #80E2C1
Text Example
Text Example
White with #80E2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E2C1; }
p { color: rgb(128,226,193); }
H1.HeaderClassName
{
color: #80E2C1;
}
.AnyTagClassName
{
color: #80E2C1;
}
</style>
background-color css
<style>
a { background-color: #80E2C1; }
a { background-color: rgb(128,226,193); }
div.DivClassName
{
background-color: #80E2C1;
}
.BgClassName
{
background-color: #80E2C1;
}
</style>
border-color css
<style>
span { border-color: #80E2C1; }
span { border-color: rgb(128,226,193); }
td.TdClassName
{
border-color: #80E2C1;
}
.TagClassName
{
border-color: #80E2C1;
}
</style>