Shades of Riptide #80E2C5
Tints of Riptide #80E2C5
RGB
CMYK
RGB Variations
Color information
#80E2C5 (or 0x80E2C5) is known color: Riptide. HEX triplet: 80, E2 and C5. RGB value is (128,226,197). Sum of RGB (Red+Green+Blue) = 128+226+197=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #80E2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E2C5 is #7F1D3A. Grayscale: #C1C1C1. Windows color (decimal): -8330555 or 12968576. OLE color: 12968576.
HSL color Cylindrical-coordinate representation of color #80E2C5: hue angle of 162.24º 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 #80E2C5 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 197 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.11 |
| HSL | 162.24º | 0.63% | 0.69% | - |
| HSV(B) | 162.24º | 0.43% | 0.89% | - |
| XYZ | 46.18 | 63.01 | 62.55 | - |
| YUV | 193.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 197 | 0.43 | 0 | 0.13 | 0.11 | 162.24 | 0.63 | 0.69 |
| Hex | 80 | E2 | C5 | 2B | 0 | D | B | A2 | 3F | 45 |
| Octal | 200 | 342 | 305 | 53 | 0 | 15 | 13 | 242 | 77 | 105 |
| Binary | 10000000 | 11100010 | 11000101 | 101011 | 0 | 1101 | 1011 | 10100010 | 111111 | 1000101 |
Color Harmonies of #80E2C5
Complementary color
Monochromatic Colors of #80E2C5
Black with #80E2C5
Text Example
Text Example
White with #80E2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E2C5; }
p { color: rgb(128,226,197); }
H1.HeaderClassName
{
color: #80E2C5;
}
.AnyTagClassName
{
color: #80E2C5;
}
</style>
background-color css
<style>
a { background-color: #80E2C5; }
a { background-color: rgb(128,226,197); }
div.DivClassName
{
background-color: #80E2C5;
}
.BgClassName
{
background-color: #80E2C5;
}
</style>
border-color css
<style>
span { border-color: #80E2C5; }
span { border-color: rgb(128,226,197); }
td.TdClassName
{
border-color: #80E2C5;
}
.TagClassName
{
border-color: #80E2C5;
}
</style>