Shades of Riptide #85E2DA
Tints of Riptide #85E2DA
RGB
CMYK
RGB Variations
Color information
#85E2DA (or 0x85E2DA) is known color: Riptide. HEX triplet: 85, E2 and DA. RGB value is (133,226,218). Sum of RGB (Red+Green+Blue) = 133+226+218=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #85E2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E2DA is #7A1D25. Grayscale: #C5C5C5. Windows color (decimal): -8002854 or 14344837. OLE color: 14344837.
HSL color Cylindrical-coordinate representation of color #85E2DA: hue angle of 174.84º 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 #85E2DA is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 218 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.11 |
| HSL | 174.84º | 0.62% | 0.7% | - |
| HSV(B) | 174.84º | 0.41% | 0.89% | - |
| XYZ | 49.52 | 64.44 | 76.16 | - |
| YUV | 197.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 218 | 0.41 | 0 | 0.04 | 0.11 | 174.84 | 0.62 | 0.7 |
| Hex | 85 | E2 | DA | 29 | 0 | 4 | B | AF | 3E | 46 |
| Octal | 205 | 342 | 332 | 51 | 0 | 4 | 13 | 257 | 76 | 106 |
| Binary | 10000101 | 11100010 | 11011010 | 101001 | 0 | 100 | 1011 | 10101111 | 111110 | 1000110 |
Color Harmonies of #85E2DA
Complementary color
Monochromatic Colors of #85E2DA
Black with #85E2DA
Text Example
Text Example
White with #85E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E2DA; }
p { color: rgb(133,226,218); }
H1.HeaderClassName
{
color: #85E2DA;
}
.AnyTagClassName
{
color: #85E2DA;
}
</style>
background-color css
<style>
a { background-color: #85E2DA; }
a { background-color: rgb(133,226,218); }
div.DivClassName
{
background-color: #85E2DA;
}
.BgClassName
{
background-color: #85E2DA;
}
</style>
border-color css
<style>
span { border-color: #85E2DA; }
span { border-color: rgb(133,226,218); }
td.TdClassName
{
border-color: #85E2DA;
}
.TagClassName
{
border-color: #85E2DA;
}
</style>