Shades of Riptide #80DED0
Tints of Riptide #80DED0
RGB
CMYK
RGB Variations
Color information
#80DED0 (or 0x80DED0) is known color: Riptide. HEX triplet: 80, DE and D0. RGB value is (128,222,208). Sum of RGB (Red+Green+Blue) = 128+222+208=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #80DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DED0 is #7F212F. Grayscale: #C0C0C0. Windows color (decimal): -8331568 or 13688448. OLE color: 13688448.
HSL color Cylindrical-coordinate representation of color #80DED0: hue angle of 171.06º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DED0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 222 | 208 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.13 |
| HSL | 171.06º | 0.59% | 0.69% | - |
| HSV(B) | 171.06º | 0.42% | 0.87% | - |
| XYZ | 46.41 | 61.39 | 69.08 | - |
| YUV | 192.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 208 | 0.42 | 0 | 0.06 | 0.13 | 171.06 | 0.59 | 0.69 |
| Hex | 80 | DE | D0 | 2A | 0 | 6 | D | AB | 3B | 45 |
| Octal | 200 | 336 | 320 | 52 | 0 | 6 | 15 | 253 | 73 | 105 |
| Binary | 10000000 | 11011110 | 11010000 | 101010 | 0 | 110 | 1101 | 10101011 | 111011 | 1000101 |
Color Harmonies of #80DED0
Complementary color
Monochromatic Colors of #80DED0
Black with #80DED0
Text Example
Text Example
White with #80DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DED0; }
p { color: rgb(128,222,208); }
H1.HeaderClassName
{
color: #80DED0;
}
.AnyTagClassName
{
color: #80DED0;
}
</style>
background-color css
<style>
a { background-color: #80DED0; }
a { background-color: rgb(128,222,208); }
div.DivClassName
{
background-color: #80DED0;
}
.BgClassName
{
background-color: #80DED0;
}
</style>
border-color css
<style>
span { border-color: #80DED0; }
span { border-color: rgb(128,222,208); }
td.TdClassName
{
border-color: #80DED0;
}
.TagClassName
{
border-color: #80DED0;
}
</style>