Shades of Riptide #80DCD3
Tints of Riptide #80DCD3
RGB
CMYK
RGB Variations
Color information
#80DCD3 (or 0x80DCD3) is known color: Riptide. HEX triplet: 80, DC and D3. RGB value is (128,220,211). Sum of RGB (Red+Green+Blue) = 128+220+211=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCD3 is #7F232C. Grayscale: #BFBFBF. Windows color (decimal): -8332077 or 13884544. OLE color: 13884544.
HSL color Cylindrical-coordinate representation of color #80DCD3: hue angle of 174.13º 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 #80DCD3 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 211 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.14 |
| HSL | 174.13º | 0.57% | 0.68% | - |
| HSV(B) | 174.13º | 0.42% | 0.86% | - |
| XYZ | 46.25 | 60.48 | 70.86 | - |
| YUV | 191.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 211 | 0.42 | 0 | 0.04 | 0.14 | 174.13 | 0.57 | 0.68 |
| Hex | 80 | DC | D3 | 2A | 0 | 4 | E | AE | 39 | 44 |
| Octal | 200 | 334 | 323 | 52 | 0 | 4 | 16 | 256 | 71 | 104 |
| Binary | 10000000 | 11011100 | 11010011 | 101010 | 0 | 100 | 1110 | 10101110 | 111001 | 1000100 |
Color Harmonies of #80DCD3
Complementary color
Monochromatic Colors of #80DCD3
Black with #80DCD3
Text Example
Text Example
White with #80DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCD3; }
p { color: rgb(128,220,211); }
H1.HeaderClassName
{
color: #80DCD3;
}
.AnyTagClassName
{
color: #80DCD3;
}
</style>
background-color css
<style>
a { background-color: #80DCD3; }
a { background-color: rgb(128,220,211); }
div.DivClassName
{
background-color: #80DCD3;
}
.BgClassName
{
background-color: #80DCD3;
}
</style>
border-color css
<style>
span { border-color: #80DCD3; }
span { border-color: rgb(128,220,211); }
td.TdClassName
{
border-color: #80DCD3;
}
.TagClassName
{
border-color: #80DCD3;
}
</style>