Shades of Riptide #85E2CE
Tints of Riptide #85E2CE
RGB
CMYK
RGB Variations
Color information
#85E2CE (or 0x85E2CE) is known color: Riptide. HEX triplet: 85, E2 and CE. RGB value is (133,226,206). Sum of RGB (Red+Green+Blue) = 133+226+206=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #85E2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E2CE is #7A1D31. Grayscale: #C3C3C3. Windows color (decimal): -8002866 or 13558405. OLE color: 13558405.
HSL color Cylindrical-coordinate representation of color #85E2CE: hue angle of 167.1º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E2CE is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 206 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.11 |
| HSL | 167.1º | 0.62% | 0.7% | - |
| HSV(B) | 167.1º | 0.41% | 0.89% | - |
| XYZ | 48.01 | 63.84 | 68.18 | - |
| YUV | 195.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 206 | 0.41 | 0 | 0.09 | 0.11 | 167.1 | 0.62 | 0.7 |
| Hex | 85 | E2 | CE | 29 | 0 | 9 | B | A7 | 3E | 46 |
| Octal | 205 | 342 | 316 | 51 | 0 | 11 | 13 | 247 | 76 | 106 |
| Binary | 10000101 | 11100010 | 11001110 | 101001 | 0 | 1001 | 1011 | 10100111 | 111110 | 1000110 |
Color Harmonies of #85E2CE
Complementary color
Monochromatic Colors of #85E2CE
Black with #85E2CE
Text Example
Text Example
White with #85E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E2CE; }
p { color: rgb(133,226,206); }
H1.HeaderClassName
{
color: #85E2CE;
}
.AnyTagClassName
{
color: #85E2CE;
}
</style>
background-color css
<style>
a { background-color: #85E2CE; }
a { background-color: rgb(133,226,206); }
div.DivClassName
{
background-color: #85E2CE;
}
.BgClassName
{
background-color: #85E2CE;
}
</style>
border-color css
<style>
span { border-color: #85E2CE; }
span { border-color: rgb(133,226,206); }
td.TdClassName
{
border-color: #85E2CE;
}
.TagClassName
{
border-color: #85E2CE;
}
</style>