Shades of Riptide #80DCCC
Tints of Riptide #80DCCC
RGB
CMYK
RGB Variations
Color information
#80DCCC (or 0x80DCCC) is known color: Riptide. HEX triplet: 80, DC and CC. RGB value is (128,220,204). Sum of RGB (Red+Green+Blue) = 128+220+204=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCCC is #7F2333. Grayscale: #BEBEBE. Windows color (decimal): -8332084 or 13425792. OLE color: 13425792.
HSL color Cylindrical-coordinate representation of color #80DCCC: hue angle of 169.57º 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 #80DCCC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 204 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.14 |
| HSL | 169.57º | 0.57% | 0.68% | - |
| HSV(B) | 169.57º | 0.42% | 0.86% | - |
| XYZ | 45.39 | 60.14 | 66.34 | - |
| YUV | 190.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 204 | 0.42 | 0 | 0.07 | 0.14 | 169.57 | 0.57 | 0.68 |
| Hex | 80 | DC | CC | 2A | 0 | 7 | E | AA | 39 | 44 |
| Octal | 200 | 334 | 314 | 52 | 0 | 7 | 16 | 252 | 71 | 104 |
| Binary | 10000000 | 11011100 | 11001100 | 101010 | 0 | 111 | 1110 | 10101010 | 111001 | 1000100 |
Color Harmonies of #80DCCC
Complementary color
Monochromatic Colors of #80DCCC
Black with #80DCCC
Text Example
Text Example
White with #80DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCCC; }
p { color: rgb(128,220,204); }
H1.HeaderClassName
{
color: #80DCCC;
}
.AnyTagClassName
{
color: #80DCCC;
}
</style>
background-color css
<style>
a { background-color: #80DCCC; }
a { background-color: rgb(128,220,204); }
div.DivClassName
{
background-color: #80DCCC;
}
.BgClassName
{
background-color: #80DCCC;
}
</style>
border-color css
<style>
span { border-color: #80DCCC; }
span { border-color: rgb(128,220,204); }
td.TdClassName
{
border-color: #80DCCC;
}
.TagClassName
{
border-color: #80DCCC;
}
</style>