Shades of Riptide #80E6DC
Tints of Riptide #80E6DC
RGB
CMYK
RGB Variations
Color information
#80E6DC (or 0x80E6DC) is known color: Riptide. HEX triplet: 80, E6 and DC. RGB value is (128,230,220). Sum of RGB (Red+Green+Blue) = 128+230+220=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6DC is #7F1923. Grayscale: #C6C6C6. Windows color (decimal): -8329508 or 14476928. OLE color: 14476928.
HSL color Cylindrical-coordinate representation of color #80E6DC: hue angle of 174.12º 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 #80E6DC is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 220 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.10 |
| HSL | 174.12º | 0.67% | 0.7% | - |
| HSV(B) | 174.12º | 0.44% | 0.9% | - |
| XYZ | 50.12 | 66.35 | 77.88 | - |
| YUV | 198.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 220 | 0.44 | 0 | 0.04 | 0.10 | 174.12 | 0.67 | 0.7 |
| Hex | 80 | E6 | DC | 2C | 0 | 4 | A | AE | 43 | 46 |
| Octal | 200 | 346 | 334 | 54 | 0 | 4 | 12 | 256 | 103 | 106 |
| Binary | 10000000 | 11100110 | 11011100 | 101100 | 0 | 100 | 1010 | 10101110 | 1000011 | 1000110 |
Color Harmonies of #80E6DC
Complementary color
Monochromatic Colors of #80E6DC
Black with #80E6DC
Text Example
Text Example
White with #80E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E6DC; }
p { color: rgb(128,230,220); }
H1.HeaderClassName
{
color: #80E6DC;
}
.AnyTagClassName
{
color: #80E6DC;
}
</style>
background-color css
<style>
a { background-color: #80E6DC; }
a { background-color: rgb(128,230,220); }
div.DivClassName
{
background-color: #80E6DC;
}
.BgClassName
{
background-color: #80E6DC;
}
</style>
border-color css
<style>
span { border-color: #80E6DC; }
span { border-color: rgb(128,230,220); }
td.TdClassName
{
border-color: #80E6DC;
}
.TagClassName
{
border-color: #80E6DC;
}
</style>