Shades of Riptide #80DCCE
Tints of Riptide #80DCCE
RGB
CMYK
RGB Variations
Color information
#80DCCE (or 0x80DCCE) is known color: Riptide. HEX triplet: 80, DC and CE. RGB value is (128,220,206). Sum of RGB (Red+Green+Blue) = 128+220+206=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCCE is #7F2331. Grayscale: #BEBEBE. Windows color (decimal): -8332082 or 13556864. OLE color: 13556864.
HSL color Cylindrical-coordinate representation of color #80DCCE: hue angle of 170.87º degrees, saturation: 0.57, 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 #80DCCE is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 206 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.14 |
| HSL | 170.87º | 0.57% | 0.68% | - |
| HSV(B) | 170.87º | 0.42% | 0.86% | - |
| XYZ | 45.64 | 60.23 | 67.61 | - |
| YUV | 190.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 206 | 0.42 | 0 | 0.06 | 0.14 | 170.87 | 0.57 | 0.68 |
| Hex | 80 | DC | CE | 2A | 0 | 6 | E | AB | 39 | 44 |
| Octal | 200 | 334 | 316 | 52 | 0 | 6 | 16 | 253 | 71 | 104 |
| Binary | 10000000 | 11011100 | 11001110 | 101010 | 0 | 110 | 1110 | 10101011 | 111001 | 1000100 |
Color Harmonies of #80DCCE
Complementary color
Monochromatic Colors of #80DCCE
Black with #80DCCE
Text Example
Text Example
White with #80DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCCE; }
p { color: rgb(128,220,206); }
H1.HeaderClassName
{
color: #80DCCE;
}
.AnyTagClassName
{
color: #80DCCE;
}
</style>
background-color css
<style>
a { background-color: #80DCCE; }
a { background-color: rgb(128,220,206); }
div.DivClassName
{
background-color: #80DCCE;
}
.BgClassName
{
background-color: #80DCCE;
}
</style>
border-color css
<style>
span { border-color: #80DCCE; }
span { border-color: rgb(128,220,206); }
td.TdClassName
{
border-color: #80DCCE;
}
.TagClassName
{
border-color: #80DCCE;
}
</style>