Shades of Riptide #85DDCD
Tints of Riptide #85DDCD
RGB
CMYK
RGB Variations
Color information
#85DDCD (or 0x85DDCD) is known color: Riptide. HEX triplet: 85, DD and CD. RGB value is (133,221,205). Sum of RGB (Red+Green+Blue) = 133+221+205=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDCD is #7A2232. Grayscale: #C0C0C0. Windows color (decimal): -8004147 or 13491589. OLE color: 13491589.
HSL color Cylindrical-coordinate representation of color #85DDCD: hue angle of 169.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDCD is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 205 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.13 |
| HSL | 169.09º | 0.56% | 0.69% | - |
| HSV(B) | 169.09º | 0.4% | 0.87% | - |
| XYZ | 46.55 | 61.11 | 67.1 | - |
| YUV | 192.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 205 | 0.40 | 0 | 0.07 | 0.13 | 169.09 | 0.56 | 0.69 |
| Hex | 85 | DD | CD | 28 | 0 | 7 | D | A9 | 38 | 45 |
| Octal | 205 | 335 | 315 | 50 | 0 | 7 | 15 | 251 | 70 | 105 |
| Binary | 10000101 | 11011101 | 11001101 | 101000 | 0 | 111 | 1101 | 10101001 | 111000 | 1000101 |
Color Harmonies of #85DDCD
Complementary color
Monochromatic Colors of #85DDCD
Black with #85DDCD
Text Example
Text Example
White with #85DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDCD; }
p { color: rgb(133,221,205); }
H1.HeaderClassName
{
color: #85DDCD;
}
.AnyTagClassName
{
color: #85DDCD;
}
</style>
background-color css
<style>
a { background-color: #85DDCD; }
a { background-color: rgb(133,221,205); }
div.DivClassName
{
background-color: #85DDCD;
}
.BgClassName
{
background-color: #85DDCD;
}
</style>
border-color css
<style>
span { border-color: #85DDCD; }
span { border-color: rgb(133,221,205); }
td.TdClassName
{
border-color: #85DDCD;
}
.TagClassName
{
border-color: #85DDCD;
}
</style>