Shades of Riptide #80DDCA
Tints of Riptide #80DDCA
RGB
CMYK
RGB Variations
Color information
#80DDCA (or 0x80DDCA) is known color: Riptide. HEX triplet: 80, DD and CA. RGB value is (128,221,202). Sum of RGB (Red+Green+Blue) = 128+221+202=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDCA is #7F2235. Grayscale: #BFBFBF. Windows color (decimal): -8331830 or 13294976. OLE color: 13294976.
HSL color Cylindrical-coordinate representation of color #80DDCA: hue angle of 167.74º 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 #80DDCA is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 202 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.13 |
| HSL | 167.74º | 0.58% | 0.68% | - |
| HSV(B) | 167.74º | 0.42% | 0.87% | - |
| XYZ | 45.42 | 60.57 | 65.17 | - |
| YUV | 191.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 202 | 0.42 | 0 | 0.09 | 0.13 | 167.74 | 0.58 | 0.68 |
| Hex | 80 | DD | CA | 2A | 0 | 9 | D | A8 | 3A | 44 |
| Octal | 200 | 335 | 312 | 52 | 0 | 11 | 15 | 250 | 72 | 104 |
| Binary | 10000000 | 11011101 | 11001010 | 101010 | 0 | 1001 | 1101 | 10101000 | 111010 | 1000100 |
Color Harmonies of #80DDCA
Complementary color
Monochromatic Colors of #80DDCA
Black with #80DDCA
Text Example
Text Example
White with #80DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDCA; }
p { color: rgb(128,221,202); }
H1.HeaderClassName
{
color: #80DDCA;
}
.AnyTagClassName
{
color: #80DDCA;
}
</style>
background-color css
<style>
a { background-color: #80DDCA; }
a { background-color: rgb(128,221,202); }
div.DivClassName
{
background-color: #80DDCA;
}
.BgClassName
{
background-color: #80DDCA;
}
</style>
border-color css
<style>
span { border-color: #80DDCA; }
span { border-color: rgb(128,221,202); }
td.TdClassName
{
border-color: #80DDCA;
}
.TagClassName
{
border-color: #80DDCA;
}
</style>