Shades of Riptide #80E8D9
Tints of Riptide #80E8D9
RGB
CMYK
RGB Variations
Color information
#80E8D9 (or 0x80E8D9) is known color: Riptide. HEX triplet: 80, E8 and D9. RGB value is (128,232,217). Sum of RGB (Red+Green+Blue) = 128+232+217=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #80E8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E8D9 is #7F1726. Grayscale: #C7C7C7. Windows color (decimal): -8328999 or 14280832. OLE color: 14280832.
HSL color Cylindrical-coordinate representation of color #80E8D9: hue angle of 171.35º degrees, saturation: 0.69, 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 #80E8D9 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 232 | 217 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.09 |
| HSL | 171.35º | 0.69% | 0.71% | - |
| HSV(B) | 171.35º | 0.45% | 0.91% | - |
| XYZ | 50.28 | 67.31 | 75.99 | - |
| YUV | 199.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 232 | 217 | 0.45 | 0 | 0.06 | 0.09 | 171.35 | 0.69 | 0.71 |
| Hex | 80 | E8 | D9 | 2D | 0 | 6 | 9 | AB | 45 | 47 |
| Octal | 200 | 350 | 331 | 55 | 0 | 6 | 11 | 253 | 105 | 107 |
| Binary | 10000000 | 11101000 | 11011001 | 101101 | 0 | 110 | 1001 | 10101011 | 1000101 | 1000111 |
Color Harmonies of #80E8D9
Complementary color
Monochromatic Colors of #80E8D9
Black with #80E8D9
Text Example
Text Example
White with #80E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E8D9; }
p { color: rgb(128,232,217); }
H1.HeaderClassName
{
color: #80E8D9;
}
.AnyTagClassName
{
color: #80E8D9;
}
</style>
background-color css
<style>
a { background-color: #80E8D9; }
a { background-color: rgb(128,232,217); }
div.DivClassName
{
background-color: #80E8D9;
}
.BgClassName
{
background-color: #80E8D9;
}
</style>
border-color css
<style>
span { border-color: #80E8D9; }
span { border-color: rgb(128,232,217); }
td.TdClassName
{
border-color: #80E8D9;
}
.TagClassName
{
border-color: #80E8D9;
}
</style>