Shades of Riptide #80DACB
Tints of Riptide #80DACB
RGB
CMYK
RGB Variations
Color information
#80DACB (or 0x80DACB) is known color: Riptide. HEX triplet: 80, DA and CB. RGB value is (128,218,203). Sum of RGB (Red+Green+Blue) = 128+218+203=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #80DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DACB is #7F2534. Grayscale: #BDBDBD. Windows color (decimal): -8332597 or 13359744. OLE color: 13359744.
HSL color Cylindrical-coordinate representation of color #80DACB: hue angle of 170º 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 #80DACB is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 203 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.15 |
| HSL | 170º | 0.55% | 0.68% | - |
| HSV(B) | 170º | 0.41% | 0.85% | - |
| XYZ | 44.75 | 59.04 | 65.54 | - |
| YUV | 189.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 203 | 0.41 | 0 | 0.07 | 0.15 | 170 | 0.55 | 0.68 |
| Hex | 80 | DA | CB | 29 | 0 | 7 | F | AA | 37 | 44 |
| Octal | 200 | 332 | 313 | 51 | 0 | 7 | 17 | 252 | 67 | 104 |
| Binary | 10000000 | 11011010 | 11001011 | 101001 | 0 | 111 | 1111 | 10101010 | 110111 | 1000100 |
Color Harmonies of #80DACB
Complementary color
Monochromatic Colors of #80DACB
Black with #80DACB
Text Example
Text Example
White with #80DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DACB; }
p { color: rgb(128,218,203); }
H1.HeaderClassName
{
color: #80DACB;
}
.AnyTagClassName
{
color: #80DACB;
}
</style>
background-color css
<style>
a { background-color: #80DACB; }
a { background-color: rgb(128,218,203); }
div.DivClassName
{
background-color: #80DACB;
}
.BgClassName
{
background-color: #80DACB;
}
</style>
border-color css
<style>
span { border-color: #80DACB; }
span { border-color: rgb(128,218,203); }
td.TdClassName
{
border-color: #80DACB;
}
.TagClassName
{
border-color: #80DACB;
}
</style>