Shades of Riptide #80DBD4
Tints of Riptide #80DBD4
RGB
CMYK
RGB Variations
Color information
#80DBD4 (or 0x80DBD4) is known color: Riptide. HEX triplet: 80, DB and D4. RGB value is (128,219,212). Sum of RGB (Red+Green+Blue) = 128+219+212=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBD4 is #7F242B. Grayscale: #BEBEBE. Windows color (decimal): -8332332 or 13949824. OLE color: 13949824.
HSL color Cylindrical-coordinate representation of color #80DBD4: hue angle of 175.38º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DBD4 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 212 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.14 |
| HSL | 175.38º | 0.56% | 0.68% | - |
| HSV(B) | 175.38º | 0.42% | 0.86% | - |
| XYZ | 46.12 | 60.01 | 71.44 | - |
| YUV | 190.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 212 | 0.42 | 0 | 0.03 | 0.14 | 175.38 | 0.56 | 0.68 |
| Hex | 80 | DB | D4 | 2A | 0 | 3 | E | AF | 38 | 44 |
| Octal | 200 | 333 | 324 | 52 | 0 | 3 | 16 | 257 | 70 | 104 |
| Binary | 10000000 | 11011011 | 11010100 | 101010 | 0 | 11 | 1110 | 10101111 | 111000 | 1000100 |
Color Harmonies of #80DBD4
Complementary color
Monochromatic Colors of #80DBD4
Black with #80DBD4
Text Example
Text Example
White with #80DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBD4; }
p { color: rgb(128,219,212); }
H1.HeaderClassName
{
color: #80DBD4;
}
.AnyTagClassName
{
color: #80DBD4;
}
</style>
background-color css
<style>
a { background-color: #80DBD4; }
a { background-color: rgb(128,219,212); }
div.DivClassName
{
background-color: #80DBD4;
}
.BgClassName
{
background-color: #80DBD4;
}
</style>
border-color css
<style>
span { border-color: #80DBD4; }
span { border-color: rgb(128,219,212); }
td.TdClassName
{
border-color: #80DBD4;
}
.TagClassName
{
border-color: #80DBD4;
}
</style>