Shades of Riptide #85DEC6
Tints of Riptide #85DEC6
RGB
CMYK
RGB Variations
Color information
#85DEC6 (or 0x85DEC6) is known color: Riptide. HEX triplet: 85, DE and C6. RGB value is (133,222,198). Sum of RGB (Red+Green+Blue) = 133+222+198=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEC6 is #7A2139. Grayscale: #C0C0C0. Windows color (decimal): -8003898 or 13033093. OLE color: 13033093.
HSL color Cylindrical-coordinate representation of color #85DEC6: hue angle of 163.82º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEC6 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 198 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.13 |
| HSL | 163.82º | 0.57% | 0.7% | - |
| HSV(B) | 163.82º | 0.4% | 0.87% | - |
| XYZ | 45.99 | 61.31 | 62.84 | - |
| YUV | 192.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 198 | 0.40 | 0 | 0.11 | 0.13 | 163.82 | 0.57 | 0.7 |
| Hex | 85 | DE | C6 | 28 | 0 | B | D | A4 | 39 | 46 |
| Octal | 205 | 336 | 306 | 50 | 0 | 13 | 15 | 244 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11000110 | 101000 | 0 | 1011 | 1101 | 10100100 | 111001 | 1000110 |
Color Harmonies of #85DEC6
Complementary color
Monochromatic Colors of #85DEC6
Black with #85DEC6
Text Example
Text Example
White with #85DEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEC6; }
p { color: rgb(133,222,198); }
H1.HeaderClassName
{
color: #85DEC6;
}
.AnyTagClassName
{
color: #85DEC6;
}
</style>
background-color css
<style>
a { background-color: #85DEC6; }
a { background-color: rgb(133,222,198); }
div.DivClassName
{
background-color: #85DEC6;
}
.BgClassName
{
background-color: #85DEC6;
}
</style>
border-color css
<style>
span { border-color: #85DEC6; }
span { border-color: rgb(133,222,198); }
td.TdClassName
{
border-color: #85DEC6;
}
.TagClassName
{
border-color: #85DEC6;
}
</style>