Shades of Riptide #80DAD0
Tints of Riptide #80DAD0
RGB
CMYK
RGB Variations
Color information
#80DAD0 (or 0x80DAD0) is known color: Riptide. HEX triplet: 80, DA and D0. RGB value is (128,218,208). Sum of RGB (Red+Green+Blue) = 128+218+208=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DAD0 is #7F252F. Grayscale: #BDBDBD. Windows color (decimal): -8332592 or 13687424. OLE color: 13687424.
HSL color Cylindrical-coordinate representation of color #80DAD0: hue angle of 173.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DAD0 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 208 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.15 |
| HSL | 173.33º | 0.55% | 0.68% | - |
| HSV(B) | 173.33º | 0.41% | 0.85% | - |
| XYZ | 45.36 | 59.29 | 68.73 | - |
| YUV | 189.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 208 | 0.41 | 0 | 0.05 | 0.15 | 173.33 | 0.55 | 0.68 |
| Hex | 80 | DA | D0 | 29 | 0 | 5 | F | AD | 37 | 44 |
| Octal | 200 | 332 | 320 | 51 | 0 | 5 | 17 | 255 | 67 | 104 |
| Binary | 10000000 | 11011010 | 11010000 | 101001 | 0 | 101 | 1111 | 10101101 | 110111 | 1000100 |
Color Harmonies of #80DAD0
Complementary color
Monochromatic Colors of #80DAD0
Black with #80DAD0
Text Example
Text Example
White with #80DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DAD0; }
p { color: rgb(128,218,208); }
H1.HeaderClassName
{
color: #80DAD0;
}
.AnyTagClassName
{
color: #80DAD0;
}
</style>
background-color css
<style>
a { background-color: #80DAD0; }
a { background-color: rgb(128,218,208); }
div.DivClassName
{
background-color: #80DAD0;
}
.BgClassName
{
background-color: #80DAD0;
}
</style>
border-color css
<style>
span { border-color: #80DAD0; }
span { border-color: rgb(128,218,208); }
td.TdClassName
{
border-color: #80DAD0;
}
.TagClassName
{
border-color: #80DAD0;
}
</style>