Shades of Riptide #85EBBE
Tints of Riptide #85EBBE
RGB
CMYK
RGB Variations
Color information
#85EBBE (or 0x85EBBE) is known color: Riptide. HEX triplet: 85, EB and BE. RGB value is (133,235,190). Sum of RGB (Red+Green+Blue) = 133+235+190=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBBE is #7A1441. Grayscale: #C7C7C7. Windows color (decimal): -8000578 or 12512133. OLE color: 12512133.
HSL color Cylindrical-coordinate representation of color #85EBBE: hue angle of 153.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBBE is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 235 | 190 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.08 |
| HSL | 153.53º | 0.72% | 0.72% | - |
| HSV(B) | 153.53º | 0.43% | 0.92% | - |
| XYZ | 48.68 | 68.12 | 59.3 | - |
| YUV | 199.37 | 122.71 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 235 | 190 | 0.43 | 0 | 0.19 | 0.08 | 153.53 | 0.72 | 0.72 |
| Hex | 85 | EB | BE | 2B | 0 | 13 | 8 | 9A | 48 | 48 |
| Octal | 205 | 353 | 276 | 53 | 0 | 23 | 10 | 232 | 110 | 110 |
| Binary | 10000101 | 11101011 | 10111110 | 101011 | 0 | 10011 | 1000 | 10011010 | 1001000 | 1001000 |
Color Harmonies of #85EBBE
Complementary color
Monochromatic Colors of #85EBBE
Black with #85EBBE
Text Example
Text Example
White with #85EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EBBE; }
p { color: rgb(133,235,190); }
H1.HeaderClassName
{
color: #85EBBE;
}
.AnyTagClassName
{
color: #85EBBE;
}
</style>
background-color css
<style>
a { background-color: #85EBBE; }
a { background-color: rgb(133,235,190); }
div.DivClassName
{
background-color: #85EBBE;
}
.BgClassName
{
background-color: #85EBBE;
}
</style>
border-color css
<style>
span { border-color: #85EBBE; }
span { border-color: rgb(133,235,190); }
td.TdClassName
{
border-color: #85EBBE;
}
.TagClassName
{
border-color: #85EBBE;
}
</style>