Shades of Riptide #80E6D9
Tints of Riptide #80E6D9
RGB
CMYK
RGB Variations
Color information
#80E6D9 (or 0x80E6D9) is known color: Riptide. HEX triplet: 80, E6 and D9. RGB value is (128,230,217). Sum of RGB (Red+Green+Blue) = 128+230+217=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6D9 is #7F1926. Grayscale: #C5C5C5. Windows color (decimal): -8329511 or 14280320. OLE color: 14280320.
HSL color Cylindrical-coordinate representation of color #80E6D9: hue angle of 172.35º degrees, saturation: 0.67, 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 #80E6D9 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 217 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.10 |
| HSL | 172.35º | 0.67% | 0.7% | - |
| HSV(B) | 172.35º | 0.44% | 0.9% | - |
| XYZ | 49.72 | 66.19 | 75.8 | - |
| YUV | 198.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 217 | 0.44 | 0 | 0.06 | 0.10 | 172.35 | 0.67 | 0.7 |
| Hex | 80 | E6 | D9 | 2C | 0 | 6 | A | AC | 43 | 46 |
| Octal | 200 | 346 | 331 | 54 | 0 | 6 | 12 | 254 | 103 | 106 |
| Binary | 10000000 | 11100110 | 11011001 | 101100 | 0 | 110 | 1010 | 10101100 | 1000011 | 1000110 |
Color Harmonies of #80E6D9
Complementary color
Monochromatic Colors of #80E6D9
Black with #80E6D9
Text Example
Text Example
White with #80E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E6D9; }
p { color: rgb(128,230,217); }
H1.HeaderClassName
{
color: #80E6D9;
}
.AnyTagClassName
{
color: #80E6D9;
}
</style>
background-color css
<style>
a { background-color: #80E6D9; }
a { background-color: rgb(128,230,217); }
div.DivClassName
{
background-color: #80E6D9;
}
.BgClassName
{
background-color: #80E6D9;
}
</style>
border-color css
<style>
span { border-color: #80E6D9; }
span { border-color: rgb(128,230,217); }
td.TdClassName
{
border-color: #80E6D9;
}
.TagClassName
{
border-color: #80E6D9;
}
</style>