Shades of Riptide #85DFC0
Tints of Riptide #85DFC0
RGB
CMYK
RGB Variations
Color information
#85DFC0 (or 0x85DFC0) is known color: Riptide. HEX triplet: 85, DF and C0. RGB value is (133,223,192). Sum of RGB (Red+Green+Blue) = 133+223+192=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFC0 is #7A203F. Grayscale: #C0C0C0. Windows color (decimal): -8003648 or 12640133. OLE color: 12640133.
HSL color Cylindrical-coordinate representation of color #85DFC0: hue angle of 159.33º degrees, saturation: 0.58, 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 #85DFC0 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 192 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.13 |
| HSL | 159.33º | 0.58% | 0.7% | - |
| HSV(B) | 159.33º | 0.4% | 0.87% | - |
| XYZ | 45.57 | 61.57 | 59.35 | - |
| YUV | 192.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 192 | 0.40 | 0 | 0.14 | 0.13 | 159.33 | 0.58 | 0.7 |
| Hex | 85 | DF | C0 | 28 | 0 | E | D | 9F | 3A | 46 |
| Octal | 205 | 337 | 300 | 50 | 0 | 16 | 15 | 237 | 72 | 106 |
| Binary | 10000101 | 11011111 | 11000000 | 101000 | 0 | 1110 | 1101 | 10011111 | 111010 | 1000110 |
Color Harmonies of #85DFC0
Complementary color
Monochromatic Colors of #85DFC0
Black with #85DFC0
Text Example
Text Example
White with #85DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFC0; }
p { color: rgb(133,223,192); }
H1.HeaderClassName
{
color: #85DFC0;
}
.AnyTagClassName
{
color: #85DFC0;
}
</style>
background-color css
<style>
a { background-color: #85DFC0; }
a { background-color: rgb(133,223,192); }
div.DivClassName
{
background-color: #85DFC0;
}
.BgClassName
{
background-color: #85DFC0;
}
</style>
border-color css
<style>
span { border-color: #85DFC0; }
span { border-color: rgb(133,223,192); }
td.TdClassName
{
border-color: #85DFC0;
}
.TagClassName
{
border-color: #85DFC0;
}
</style>