Shades of Riptide #85E2D0
Tints of Riptide #85E2D0
RGB
CMYK
RGB Variations
Color information
#85E2D0 (or 0x85E2D0) is known color: Riptide. HEX triplet: 85, E2 and D0. RGB value is (133,226,208). Sum of RGB (Red+Green+Blue) = 133+226+208=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #85E2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E2D0 is #7A1D2F. Grayscale: #C4C4C4. Windows color (decimal): -8002864 or 13689477. OLE color: 13689477.
HSL color Cylindrical-coordinate representation of color #85E2D0: hue angle of 168.39º 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 #85E2D0 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 208 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.11 |
| HSL | 168.39º | 0.62% | 0.7% | - |
| HSV(B) | 168.39º | 0.41% | 0.89% | - |
| XYZ | 48.25 | 63.93 | 69.47 | - |
| YUV | 196.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 208 | 0.41 | 0 | 0.08 | 0.11 | 168.39 | 0.62 | 0.7 |
| Hex | 85 | E2 | D0 | 29 | 0 | 8 | B | A8 | 3E | 46 |
| Octal | 205 | 342 | 320 | 51 | 0 | 10 | 13 | 250 | 76 | 106 |
| Binary | 10000101 | 11100010 | 11010000 | 101001 | 0 | 1000 | 1011 | 10101000 | 111110 | 1000110 |
Color Harmonies of #85E2D0
Complementary color
Monochromatic Colors of #85E2D0
Black with #85E2D0
Text Example
Text Example
White with #85E2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E2D0; }
p { color: rgb(133,226,208); }
H1.HeaderClassName
{
color: #85E2D0;
}
.AnyTagClassName
{
color: #85E2D0;
}
</style>
background-color css
<style>
a { background-color: #85E2D0; }
a { background-color: rgb(133,226,208); }
div.DivClassName
{
background-color: #85E2D0;
}
.BgClassName
{
background-color: #85E2D0;
}
</style>
border-color css
<style>
span { border-color: #85E2D0; }
span { border-color: rgb(133,226,208); }
td.TdClassName
{
border-color: #85E2D0;
}
.TagClassName
{
border-color: #85E2D0;
}
</style>