Shades of Riptide #85E4CA
Tints of Riptide #85E4CA
RGB
CMYK
RGB Variations
Color information
#85E4CA (or 0x85E4CA) is known color: Riptide. HEX triplet: 85, E4 and CA. RGB value is (133,228,202). Sum of RGB (Red+Green+Blue) = 133+228+202=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E4CA is #7A1B35. Grayscale: #C4C4C4. Windows color (decimal): -8002358 or 13296773. OLE color: 13296773.
HSL color Cylindrical-coordinate representation of color #85E4CA: hue angle of 163.58º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E4CA is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 202 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.11 |
| HSL | 163.58º | 0.64% | 0.71% | - |
| HSV(B) | 163.58º | 0.42% | 0.89% | - |
| XYZ | 48.08 | 64.74 | 65.84 | - |
| YUV | 196.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 202 | 0.42 | 0 | 0.11 | 0.11 | 163.58 | 0.64 | 0.71 |
| Hex | 85 | E4 | CA | 2A | 0 | B | B | A4 | 40 | 47 |
| Octal | 205 | 344 | 312 | 52 | 0 | 13 | 13 | 244 | 100 | 107 |
| Binary | 10000101 | 11100100 | 11001010 | 101010 | 0 | 1011 | 1011 | 10100100 | 1000000 | 1000111 |
Color Harmonies of #85E4CA
Complementary color
Monochromatic Colors of #85E4CA
Black with #85E4CA
Text Example
Text Example
White with #85E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E4CA; }
p { color: rgb(133,228,202); }
H1.HeaderClassName
{
color: #85E4CA;
}
.AnyTagClassName
{
color: #85E4CA;
}
</style>
background-color css
<style>
a { background-color: #85E4CA; }
a { background-color: rgb(133,228,202); }
div.DivClassName
{
background-color: #85E4CA;
}
.BgClassName
{
background-color: #85E4CA;
}
</style>
border-color css
<style>
span { border-color: #85E4CA; }
span { border-color: rgb(133,228,202); }
td.TdClassName
{
border-color: #85E4CA;
}
.TagClassName
{
border-color: #85E4CA;
}
</style>