Shades of Riptide #85DEC5
Tints of Riptide #85DEC5
RGB
CMYK
RGB Variations
Color information
#85DEC5 (or 0x85DEC5) is known color: Riptide. HEX triplet: 85, DE and C5. RGB value is (133,222,197). Sum of RGB (Red+Green+Blue) = 133+222+197=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEC5 is #7A213A. Grayscale: #C0C0C0. Windows color (decimal): -8003899 or 12967557. OLE color: 12967557.
HSL color Cylindrical-coordinate representation of color #85DEC5: hue angle of 163.15º 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 #85DEC5 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 197 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.13 |
| HSL | 163.15º | 0.57% | 0.7% | - |
| HSV(B) | 163.15º | 0.4% | 0.87% | - |
| XYZ | 45.87 | 61.26 | 62.23 | - |
| YUV | 192.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 197 | 0.40 | 0 | 0.11 | 0.13 | 163.15 | 0.57 | 0.7 |
| Hex | 85 | DE | C5 | 28 | 0 | B | D | A3 | 39 | 46 |
| Octal | 205 | 336 | 305 | 50 | 0 | 13 | 15 | 243 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11000101 | 101000 | 0 | 1011 | 1101 | 10100011 | 111001 | 1000110 |
Color Harmonies of #85DEC5
Complementary color
Monochromatic Colors of #85DEC5
Black with #85DEC5
Text Example
Text Example
White with #85DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEC5; }
p { color: rgb(133,222,197); }
H1.HeaderClassName
{
color: #85DEC5;
}
.AnyTagClassName
{
color: #85DEC5;
}
</style>
background-color css
<style>
a { background-color: #85DEC5; }
a { background-color: rgb(133,222,197); }
div.DivClassName
{
background-color: #85DEC5;
}
.BgClassName
{
background-color: #85DEC5;
}
</style>
border-color css
<style>
span { border-color: #85DEC5; }
span { border-color: rgb(133,222,197); }
td.TdClassName
{
border-color: #85DEC5;
}
.TagClassName
{
border-color: #85DEC5;
}
</style>