Shades of Riptide #80E9DB
Tints of Riptide #80E9DB
RGB
CMYK
RGB Variations
Color information
#80E9DB (or 0x80E9DB) is known color: Riptide. HEX triplet: 80, E9 and DB. RGB value is (128,233,219). Sum of RGB (Red+Green+Blue) = 128+233+219=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #80E9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E9DB is #7F1624. Grayscale: #C7C7C7. Windows color (decimal): -8328741 or 14412160. OLE color: 14412160.
HSL color Cylindrical-coordinate representation of color #80E9DB: hue angle of 172º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E9DB is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 233 | 219 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.09 |
| HSL | 172º | 0.7% | 0.71% | - |
| HSV(B) | 172º | 0.45% | 0.91% | - |
| XYZ | 50.83 | 67.98 | 77.46 | - |
| YUV | 200.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 219 | 0.45 | 0 | 0.06 | 0.09 | 172 | 0.7 | 0.71 |
| Hex | 80 | E9 | DB | 2D | 0 | 6 | 9 | AC | 46 | 47 |
| Octal | 200 | 351 | 333 | 55 | 0 | 6 | 11 | 254 | 106 | 107 |
| Binary | 10000000 | 11101001 | 11011011 | 101101 | 0 | 110 | 1001 | 10101100 | 1000110 | 1000111 |
Color Harmonies of #80E9DB
Complementary color
Monochromatic Colors of #80E9DB
Black with #80E9DB
Text Example
Text Example
White with #80E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E9DB; }
p { color: rgb(128,233,219); }
H1.HeaderClassName
{
color: #80E9DB;
}
.AnyTagClassName
{
color: #80E9DB;
}
</style>
background-color css
<style>
a { background-color: #80E9DB; }
a { background-color: rgb(128,233,219); }
div.DivClassName
{
background-color: #80E9DB;
}
.BgClassName
{
background-color: #80E9DB;
}
</style>
border-color css
<style>
span { border-color: #80E9DB; }
span { border-color: rgb(128,233,219); }
td.TdClassName
{
border-color: #80E9DB;
}
.TagClassName
{
border-color: #80E9DB;
}
</style>