Shades of Riptide #85E8CD
Tints of Riptide #85E8CD
RGB
CMYK
RGB Variations
Color information
#85E8CD (or 0x85E8CD) is known color: Riptide. HEX triplet: 85, E8 and CD. RGB value is (133,232,205). Sum of RGB (Red+Green+Blue) = 133+232+205=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #85E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E8CD is #7A1732. Grayscale: #C7C7C7. Windows color (decimal): -8001331 or 13494405. OLE color: 13494405.
HSL color Cylindrical-coordinate representation of color #85E8CD: hue angle of 163.64º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E8CD is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 205 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.09 |
| HSL | 163.64º | 0.68% | 0.72% | - |
| HSV(B) | 163.64º | 0.43% | 0.91% | - |
| XYZ | 49.55 | 67.11 | 68.1 | - |
| YUV | 199.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 205 | 0.43 | 0 | 0.12 | 0.09 | 163.64 | 0.68 | 0.72 |
| Hex | 85 | E8 | CD | 2B | 0 | C | 9 | A4 | 44 | 48 |
| Octal | 205 | 350 | 315 | 53 | 0 | 14 | 11 | 244 | 104 | 110 |
| Binary | 10000101 | 11101000 | 11001101 | 101011 | 0 | 1100 | 1001 | 10100100 | 1000100 | 1001000 |
Color Harmonies of #85E8CD
Complementary color
Monochromatic Colors of #85E8CD
Black with #85E8CD
Text Example
Text Example
White with #85E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E8CD; }
p { color: rgb(133,232,205); }
H1.HeaderClassName
{
color: #85E8CD;
}
.AnyTagClassName
{
color: #85E8CD;
}
</style>
background-color css
<style>
a { background-color: #85E8CD; }
a { background-color: rgb(133,232,205); }
div.DivClassName
{
background-color: #85E8CD;
}
.BgClassName
{
background-color: #85E8CD;
}
</style>
border-color css
<style>
span { border-color: #85E8CD; }
span { border-color: rgb(133,232,205); }
td.TdClassName
{
border-color: #85E8CD;
}
.TagClassName
{
border-color: #85E8CD;
}
</style>