Shades of Riptide #80EBC0
Tints of Riptide #80EBC0
RGB
CMYK
RGB Variations
Color information
#80EBC0 (or 0x80EBC0) is known color: Riptide. HEX triplet: 80, EB and C0. RGB value is (128,235,192). Sum of RGB (Red+Green+Blue) = 128+235+192=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBC0 is #7F143F. Grayscale: #C6C6C6. Windows color (decimal): -8328256 or 12643200. OLE color: 12643200.
HSL color Cylindrical-coordinate representation of color #80EBC0: hue angle of 155.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBC0 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 192 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.08 |
| HSL | 155.89º | 0.73% | 0.71% | - |
| HSV(B) | 155.89º | 0.46% | 0.92% | - |
| XYZ | 48.12 | 67.81 | 60.42 | - |
| YUV | 198.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 192 | 0.46 | 0 | 0.18 | 0.08 | 155.89 | 0.73 | 0.71 |
| Hex | 80 | EB | C0 | 2E | 0 | 12 | 8 | 9C | 49 | 47 |
| Octal | 200 | 353 | 300 | 56 | 0 | 22 | 10 | 234 | 111 | 107 |
| Binary | 10000000 | 11101011 | 11000000 | 101110 | 0 | 10010 | 1000 | 10011100 | 1001001 | 1000111 |
Color Harmonies of #80EBC0
Complementary color
Monochromatic Colors of #80EBC0
Black with #80EBC0
Text Example
Text Example
White with #80EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBC0; }
p { color: rgb(128,235,192); }
H1.HeaderClassName
{
color: #80EBC0;
}
.AnyTagClassName
{
color: #80EBC0;
}
</style>
background-color css
<style>
a { background-color: #80EBC0; }
a { background-color: rgb(128,235,192); }
div.DivClassName
{
background-color: #80EBC0;
}
.BgClassName
{
background-color: #80EBC0;
}
</style>
border-color css
<style>
span { border-color: #80EBC0; }
span { border-color: rgb(128,235,192); }
td.TdClassName
{
border-color: #80EBC0;
}
.TagClassName
{
border-color: #80EBC0;
}
</style>