Shades of Riptide #85E7BF
Tints of Riptide #85E7BF
RGB
CMYK
RGB Variations
Color information
#85E7BF (or 0x85E7BF) is known color: Riptide. HEX triplet: 85, E7 and BF. RGB value is (133,231,191). Sum of RGB (Red+Green+Blue) = 133+231+191=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #85E7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E7BF is #7A1840. Grayscale: #C5C5C5. Windows color (decimal): -8001601 or 12576645. OLE color: 12576645.
HSL color Cylindrical-coordinate representation of color #85E7BF: hue angle of 155.51º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E7BF is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 231 | 191 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.09 |
| HSL | 155.51º | 0.67% | 0.71% | - |
| HSV(B) | 155.51º | 0.42% | 0.91% | - |
| XYZ | 47.65 | 65.9 | 59.5 | - |
| YUV | 197.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 191 | 0.42 | 0 | 0.17 | 0.09 | 155.51 | 0.67 | 0.71 |
| Hex | 85 | E7 | BF | 2A | 0 | 11 | 9 | 9C | 43 | 47 |
| Octal | 205 | 347 | 277 | 52 | 0 | 21 | 11 | 234 | 103 | 107 |
| Binary | 10000101 | 11100111 | 10111111 | 101010 | 0 | 10001 | 1001 | 10011100 | 1000011 | 1000111 |
Color Harmonies of #85E7BF
Complementary color
Monochromatic Colors of #85E7BF
Black with #85E7BF
Text Example
Text Example
White with #85E7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E7BF; }
p { color: rgb(133,231,191); }
H1.HeaderClassName
{
color: #85E7BF;
}
.AnyTagClassName
{
color: #85E7BF;
}
</style>
background-color css
<style>
a { background-color: #85E7BF; }
a { background-color: rgb(133,231,191); }
div.DivClassName
{
background-color: #85E7BF;
}
.BgClassName
{
background-color: #85E7BF;
}
</style>
border-color css
<style>
span { border-color: #85E7BF; }
span { border-color: rgb(133,231,191); }
td.TdClassName
{
border-color: #85E7BF;
}
.TagClassName
{
border-color: #85E7BF;
}
</style>