Shades of Riptide #85EBC5
Tints of Riptide #85EBC5
RGB
CMYK
RGB Variations
Color information
#85EBC5 (or 0x85EBC5) is known color: Riptide. HEX triplet: 85, EB and C5. RGB value is (133,235,197). Sum of RGB (Red+Green+Blue) = 133+235+197=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBC5 is #7A143A. Grayscale: #C8C8C8. Windows color (decimal): -8000571 or 12970885. OLE color: 12970885.
HSL color Cylindrical-coordinate representation of color #85EBC5: hue angle of 157.65º 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 #85EBC5 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 235 | 197 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.08 |
| HSL | 157.65º | 0.72% | 0.72% | - |
| HSV(B) | 157.65º | 0.43% | 0.92% | - |
| XYZ | 49.46 | 68.43 | 63.43 | - |
| YUV | 200.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 235 | 197 | 0.43 | 0 | 0.16 | 0.08 | 157.65 | 0.72 | 0.72 |
| Hex | 85 | EB | C5 | 2B | 0 | 10 | 8 | 9E | 48 | 48 |
| Octal | 205 | 353 | 305 | 53 | 0 | 20 | 10 | 236 | 110 | 110 |
| Binary | 10000101 | 11101011 | 11000101 | 101011 | 0 | 10000 | 1000 | 10011110 | 1001000 | 1001000 |
Color Harmonies of #85EBC5
Complementary color
Monochromatic Colors of #85EBC5
Black with #85EBC5
Text Example
Text Example
White with #85EBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EBC5; }
p { color: rgb(133,235,197); }
H1.HeaderClassName
{
color: #85EBC5;
}
.AnyTagClassName
{
color: #85EBC5;
}
</style>
background-color css
<style>
a { background-color: #85EBC5; }
a { background-color: rgb(133,235,197); }
div.DivClassName
{
background-color: #85EBC5;
}
.BgClassName
{
background-color: #85EBC5;
}
</style>
border-color css
<style>
span { border-color: #85EBC5; }
span { border-color: rgb(133,235,197); }
td.TdClassName
{
border-color: #85EBC5;
}
.TagClassName
{
border-color: #85EBC5;
}
</style>