Shades of Riptide #85E9BC
Tints of Riptide #85E9BC
RGB
CMYK
RGB Variations
Color information
#85E9BC (or 0x85E9BC) is known color: Riptide. HEX triplet: 85, E9 and BC. RGB value is (133,233,188). Sum of RGB (Red+Green+Blue) = 133+233+188=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E9BC is #7A1643. Grayscale: #C6C6C6. Windows color (decimal): -8001092 or 12380549. OLE color: 12380549.
HSL color Cylindrical-coordinate representation of color #85E9BC: hue angle of 153º degrees, saturation: 0.69, 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 #85E9BC is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 188 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.09 |
| HSL | 153º | 0.69% | 0.72% | - |
| HSV(B) | 153º | 0.43% | 0.91% | - |
| XYZ | 47.89 | 66.9 | 57.97 | - |
| YUV | 197.97 | 122.37 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 188 | 0.43 | 0 | 0.19 | 0.09 | 153 | 0.69 | 0.72 |
| Hex | 85 | E9 | BC | 2B | 0 | 13 | 9 | 99 | 45 | 48 |
| Octal | 205 | 351 | 274 | 53 | 0 | 23 | 11 | 231 | 105 | 110 |
| Binary | 10000101 | 11101001 | 10111100 | 101011 | 0 | 10011 | 1001 | 10011001 | 1000101 | 1001000 |
Color Harmonies of #85E9BC
Complementary color
Monochromatic Colors of #85E9BC
Black with #85E9BC
Text Example
Text Example
White with #85E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E9BC; }
p { color: rgb(133,233,188); }
H1.HeaderClassName
{
color: #85E9BC;
}
.AnyTagClassName
{
color: #85E9BC;
}
</style>
background-color css
<style>
a { background-color: #85E9BC; }
a { background-color: rgb(133,233,188); }
div.DivClassName
{
background-color: #85E9BC;
}
.BgClassName
{
background-color: #85E9BC;
}
</style>
border-color css
<style>
span { border-color: #85E9BC; }
span { border-color: rgb(133,233,188); }
td.TdClassName
{
border-color: #85E9BC;
}
.TagClassName
{
border-color: #85E9BC;
}
</style>