Shades of Riptide #80DDD5
Tints of Riptide #80DDD5
RGB
CMYK
RGB Variations
Color information
#80DDD5 (or 0x80DDD5) is known color: Riptide. HEX triplet: 80, DD and D5. RGB value is (128,221,213). Sum of RGB (Red+Green+Blue) = 128+221+213=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDD5 is #7F222A. Grayscale: #C0C0C0. Windows color (decimal): -8331819 or 14015872. OLE color: 14015872.
HSL color Cylindrical-coordinate representation of color #80DDD5: hue angle of 174.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDD5 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 213 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.13 |
| HSL | 174.84º | 0.58% | 0.68% | - |
| HSV(B) | 174.84º | 0.42% | 0.87% | - |
| XYZ | 46.77 | 61.11 | 72.28 | - |
| YUV | 192.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 213 | 0.42 | 0 | 0.04 | 0.13 | 174.84 | 0.58 | 0.68 |
| Hex | 80 | DD | D5 | 2A | 0 | 4 | D | AF | 3A | 44 |
| Octal | 200 | 335 | 325 | 52 | 0 | 4 | 15 | 257 | 72 | 104 |
| Binary | 10000000 | 11011101 | 11010101 | 101010 | 0 | 100 | 1101 | 10101111 | 111010 | 1000100 |
Color Harmonies of #80DDD5
Complementary color
Monochromatic Colors of #80DDD5
Black with #80DDD5
Text Example
Text Example
White with #80DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDD5; }
p { color: rgb(128,221,213); }
H1.HeaderClassName
{
color: #80DDD5;
}
.AnyTagClassName
{
color: #80DDD5;
}
</style>
background-color css
<style>
a { background-color: #80DDD5; }
a { background-color: rgb(128,221,213); }
div.DivClassName
{
background-color: #80DDD5;
}
.BgClassName
{
background-color: #80DDD5;
}
</style>
border-color css
<style>
span { border-color: #80DDD5; }
span { border-color: rgb(128,221,213); }
td.TdClassName
{
border-color: #80DDD5;
}
.TagClassName
{
border-color: #80DDD5;
}
</style>