Shades of Riptide #80EBBE
Tints of Riptide #80EBBE
RGB
CMYK
RGB Variations
Color information
#80EBBE (or 0x80EBBE) is known color: Riptide. HEX triplet: 80, EB and BE. RGB value is (128,235,190). Sum of RGB (Red+Green+Blue) = 128+235+190=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBBE is #7F1441. Grayscale: #C5C5C5. Windows color (decimal): -8328258 or 12512128. OLE color: 12512128.
HSL color Cylindrical-coordinate representation of color #80EBBE: hue angle of 154.77º 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 #80EBBE is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 190 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.08 |
| HSL | 154.77º | 0.73% | 0.71% | - |
| HSV(B) | 154.77º | 0.46% | 0.92% | - |
| XYZ | 47.9 | 67.72 | 59.26 | - |
| YUV | 197.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 190 | 0.46 | 0 | 0.19 | 0.08 | 154.77 | 0.73 | 0.71 |
| Hex | 80 | EB | BE | 2E | 0 | 13 | 8 | 9B | 49 | 47 |
| Octal | 200 | 353 | 276 | 56 | 0 | 23 | 10 | 233 | 111 | 107 |
| Binary | 10000000 | 11101011 | 10111110 | 101110 | 0 | 10011 | 1000 | 10011011 | 1001001 | 1000111 |
Color Harmonies of #80EBBE
Complementary color
Monochromatic Colors of #80EBBE
Black with #80EBBE
Text Example
Text Example
White with #80EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBBE; }
p { color: rgb(128,235,190); }
H1.HeaderClassName
{
color: #80EBBE;
}
.AnyTagClassName
{
color: #80EBBE;
}
</style>
background-color css
<style>
a { background-color: #80EBBE; }
a { background-color: rgb(128,235,190); }
div.DivClassName
{
background-color: #80EBBE;
}
.BgClassName
{
background-color: #80EBBE;
}
</style>
border-color css
<style>
span { border-color: #80EBBE; }
span { border-color: rgb(128,235,190); }
td.TdClassName
{
border-color: #80EBBE;
}
.TagClassName
{
border-color: #80EBBE;
}
</style>