Shades of Riptide #80DDC3
Tints of Riptide #80DDC3
RGB
CMYK
RGB Variations
Color information
#80DDC3 (or 0x80DDC3) is known color: Riptide. HEX triplet: 80, DD and C3. RGB value is (128,221,195). Sum of RGB (Red+Green+Blue) = 128+221+195=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDC3 is #7F223C. Grayscale: #BEBEBE. Windows color (decimal): -8331837 or 12836224. OLE color: 12836224.
HSL color Cylindrical-coordinate representation of color #80DDC3: hue angle of 163.23º 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 #80DDC3 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 195 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.13 |
| HSL | 163.23º | 0.58% | 0.68% | - |
| HSV(B) | 163.23º | 0.42% | 0.87% | - |
| XYZ | 44.61 | 60.24 | 60.91 | - |
| YUV | 190.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 195 | 0.42 | 0 | 0.12 | 0.13 | 163.23 | 0.58 | 0.68 |
| Hex | 80 | DD | C3 | 2A | 0 | C | D | A3 | 3A | 44 |
| Octal | 200 | 335 | 303 | 52 | 0 | 14 | 15 | 243 | 72 | 104 |
| Binary | 10000000 | 11011101 | 11000011 | 101010 | 0 | 1100 | 1101 | 10100011 | 111010 | 1000100 |
Color Harmonies of #80DDC3
Complementary color
Monochromatic Colors of #80DDC3
Black with #80DDC3
Text Example
Text Example
White with #80DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDC3; }
p { color: rgb(128,221,195); }
H1.HeaderClassName
{
color: #80DDC3;
}
.AnyTagClassName
{
color: #80DDC3;
}
</style>
background-color css
<style>
a { background-color: #80DDC3; }
a { background-color: rgb(128,221,195); }
div.DivClassName
{
background-color: #80DDC3;
}
.BgClassName
{
background-color: #80DDC3;
}
</style>
border-color css
<style>
span { border-color: #80DDC3; }
span { border-color: rgb(128,221,195); }
td.TdClassName
{
border-color: #80DDC3;
}
.TagClassName
{
border-color: #80DDC3;
}
</style>