Shades of Riptide #85DDCC
Tints of Riptide #85DDCC
RGB
CMYK
RGB Variations
Color information
#85DDCC (or 0x85DDCC) is known color: Riptide. HEX triplet: 85, DD and CC. RGB value is (133,221,204). Sum of RGB (Red+Green+Blue) = 133+221+204=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDCC is #7A2233. Grayscale: #C0C0C0. Windows color (decimal): -8004148 or 13426053. OLE color: 13426053.
HSL color Cylindrical-coordinate representation of color #85DDCC: hue angle of 168.41º 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 #85DDCC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 204 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.13 |
| HSL | 168.41º | 0.56% | 0.69% | - |
| HSV(B) | 168.41º | 0.4% | 0.87% | - |
| XYZ | 46.43 | 61.06 | 66.47 | - |
| YUV | 192.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 204 | 0.40 | 0 | 0.08 | 0.13 | 168.41 | 0.56 | 0.69 |
| Hex | 85 | DD | CC | 28 | 0 | 8 | D | A8 | 38 | 45 |
| Octal | 205 | 335 | 314 | 50 | 0 | 10 | 15 | 250 | 70 | 105 |
| Binary | 10000101 | 11011101 | 11001100 | 101000 | 0 | 1000 | 1101 | 10101000 | 111000 | 1000101 |
Color Harmonies of #85DDCC
Complementary color
Monochromatic Colors of #85DDCC
Black with #85DDCC
Text Example
Text Example
White with #85DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDCC; }
p { color: rgb(133,221,204); }
H1.HeaderClassName
{
color: #85DDCC;
}
.AnyTagClassName
{
color: #85DDCC;
}
</style>
background-color css
<style>
a { background-color: #85DDCC; }
a { background-color: rgb(133,221,204); }
div.DivClassName
{
background-color: #85DDCC;
}
.BgClassName
{
background-color: #85DDCC;
}
</style>
border-color css
<style>
span { border-color: #85DDCC; }
span { border-color: rgb(133,221,204); }
td.TdClassName
{
border-color: #85DDCC;
}
.TagClassName
{
border-color: #85DDCC;
}
</style>