Shades of Riptide #80E5DB
Tints of Riptide #80E5DB
RGB
CMYK
RGB Variations
Color information
#80E5DB (or 0x80E5DB) is known color: Riptide. HEX triplet: 80, E5 and DB. RGB value is (128,229,219). Sum of RGB (Red+Green+Blue) = 128+229+219=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #80E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E5DB is #7F1A24. Grayscale: #C5C5C5. Windows color (decimal): -8329765 or 14411136. OLE color: 14411136.
HSL color Cylindrical-coordinate representation of color #80E5DB: hue angle of 174.06º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E5DB is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 219 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.10 |
| HSL | 174.06º | 0.66% | 0.7% | - |
| HSV(B) | 174.06º | 0.44% | 0.9% | - |
| XYZ | 49.71 | 65.74 | 77.09 | - |
| YUV | 197.66 | 140.04 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 219 | 0.44 | 0 | 0.04 | 0.10 | 174.06 | 0.66 | 0.7 |
| Hex | 80 | E5 | DB | 2C | 0 | 4 | A | AE | 42 | 46 |
| Octal | 200 | 345 | 333 | 54 | 0 | 4 | 12 | 256 | 102 | 106 |
| Binary | 10000000 | 11100101 | 11011011 | 101100 | 0 | 100 | 1010 | 10101110 | 1000010 | 1000110 |
Color Harmonies of #80E5DB
Complementary color
Monochromatic Colors of #80E5DB
Black with #80E5DB
Text Example
Text Example
White with #80E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E5DB; }
p { color: rgb(128,229,219); }
H1.HeaderClassName
{
color: #80E5DB;
}
.AnyTagClassName
{
color: #80E5DB;
}
</style>
background-color css
<style>
a { background-color: #80E5DB; }
a { background-color: rgb(128,229,219); }
div.DivClassName
{
background-color: #80E5DB;
}
.BgClassName
{
background-color: #80E5DB;
}
</style>
border-color css
<style>
span { border-color: #80E5DB; }
span { border-color: rgb(128,229,219); }
td.TdClassName
{
border-color: #80E5DB;
}
.TagClassName
{
border-color: #80E5DB;
}
</style>