Shades of Riptide #85ECBD
Tints of Riptide #85ECBD
RGB
CMYK
RGB Variations
Color information
#85ECBD (or 0x85ECBD) is known color: Riptide. HEX triplet: 85, EC and BD. RGB value is (133,236,189). Sum of RGB (Red+Green+Blue) = 133+236+189=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECBD is #7A1342. Grayscale: #C7C7C7. Windows color (decimal): -8000323 or 12446853. OLE color: 12446853.
HSL color Cylindrical-coordinate representation of color #85ECBD: hue angle of 152.62º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECBD is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 189 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.07 |
| HSL | 152.62º | 0.73% | 0.72% | - |
| HSV(B) | 152.62º | 0.44% | 0.93% | - |
| XYZ | 48.85 | 68.65 | 58.82 | - |
| YUV | 199.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 189 | 0.44 | 0 | 0.20 | 0.07 | 152.62 | 0.73 | 0.72 |
| Hex | 85 | EC | BD | 2C | 0 | 14 | 7 | 99 | 49 | 48 |
| Octal | 205 | 354 | 275 | 54 | 0 | 24 | 7 | 231 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10111101 | 101100 | 0 | 10100 | 111 | 10011001 | 1001001 | 1001000 |
Color Harmonies of #85ECBD
Complementary color
Monochromatic Colors of #85ECBD
Black with #85ECBD
Text Example
Text Example
White with #85ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECBD; }
p { color: rgb(133,236,189); }
H1.HeaderClassName
{
color: #85ECBD;
}
.AnyTagClassName
{
color: #85ECBD;
}
</style>
background-color css
<style>
a { background-color: #85ECBD; }
a { background-color: rgb(133,236,189); }
div.DivClassName
{
background-color: #85ECBD;
}
.BgClassName
{
background-color: #85ECBD;
}
</style>
border-color css
<style>
span { border-color: #85ECBD; }
span { border-color: rgb(133,236,189); }
td.TdClassName
{
border-color: #85ECBD;
}
.TagClassName
{
border-color: #85ECBD;
}
</style>