Shades of Riptide #85E1C7
Tints of Riptide #85E1C7
RGB
CMYK
RGB Variations
Color information
#85E1C7 (or 0x85E1C7) is known color: Riptide. HEX triplet: 85, E1 and C7. RGB value is (133,225,199). Sum of RGB (Red+Green+Blue) = 133+225+199=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #85E1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E1C7 is #7A1E38. Grayscale: #C2C2C2. Windows color (decimal): -8003129 or 13099397. OLE color: 13099397.
HSL color Cylindrical-coordinate representation of color #85E1C7: hue angle of 163.04º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E1C7 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 225 | 199 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.12 |
| HSL | 163.04º | 0.61% | 0.7% | - |
| HSV(B) | 163.04º | 0.41% | 0.88% | - |
| XYZ | 46.91 | 62.96 | 63.71 | - |
| YUV | 194.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 199 | 0.41 | 0 | 0.12 | 0.12 | 163.04 | 0.61 | 0.7 |
| Hex | 85 | E1 | C7 | 29 | 0 | C | C | A3 | 3D | 46 |
| Octal | 205 | 341 | 307 | 51 | 0 | 14 | 14 | 243 | 75 | 106 |
| Binary | 10000101 | 11100001 | 11000111 | 101001 | 0 | 1100 | 1100 | 10100011 | 111101 | 1000110 |
Color Harmonies of #85E1C7
Complementary color
Monochromatic Colors of #85E1C7
Black with #85E1C7
Text Example
Text Example
White with #85E1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E1C7; }
p { color: rgb(133,225,199); }
H1.HeaderClassName
{
color: #85E1C7;
}
.AnyTagClassName
{
color: #85E1C7;
}
</style>
background-color css
<style>
a { background-color: #85E1C7; }
a { background-color: rgb(133,225,199); }
div.DivClassName
{
background-color: #85E1C7;
}
.BgClassName
{
background-color: #85E1C7;
}
</style>
border-color css
<style>
span { border-color: #85E1C7; }
span { border-color: rgb(133,225,199); }
td.TdClassName
{
border-color: #85E1C7;
}
.TagClassName
{
border-color: #85E1C7;
}
</style>