Shades of Riptide #85ECCC
Tints of Riptide #85ECCC
RGB
CMYK
RGB Variations
Color information
#85ECCC (or 0x85ECCC) is known color: Riptide. HEX triplet: 85, EC and CC. RGB value is (133,236,204). Sum of RGB (Red+Green+Blue) = 133+236+204=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECCC is #7A1333. Grayscale: #C9C9C9. Windows color (decimal): -8000308 or 13429893. OLE color: 13429893.
HSL color Cylindrical-coordinate representation of color #85ECCC: hue angle of 161.36º 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 #85ECCC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 204 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.07 |
| HSL | 161.36º | 0.73% | 0.72% | - |
| HSV(B) | 161.36º | 0.44% | 0.93% | - |
| XYZ | 50.57 | 69.34 | 67.84 | - |
| YUV | 201.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 204 | 0.44 | 0 | 0.14 | 0.07 | 161.36 | 0.73 | 0.72 |
| Hex | 85 | EC | CC | 2C | 0 | E | 7 | A1 | 49 | 48 |
| Octal | 205 | 354 | 314 | 54 | 0 | 16 | 7 | 241 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11001100 | 101100 | 0 | 1110 | 111 | 10100001 | 1001001 | 1001000 |
Color Harmonies of #85ECCC
Complementary color
Monochromatic Colors of #85ECCC
Black with #85ECCC
Text Example
Text Example
White with #85ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECCC; }
p { color: rgb(133,236,204); }
H1.HeaderClassName
{
color: #85ECCC;
}
.AnyTagClassName
{
color: #85ECCC;
}
</style>
background-color css
<style>
a { background-color: #85ECCC; }
a { background-color: rgb(133,236,204); }
div.DivClassName
{
background-color: #85ECCC;
}
.BgClassName
{
background-color: #85ECCC;
}
</style>
border-color css
<style>
span { border-color: #85ECCC; }
span { border-color: rgb(133,236,204); }
td.TdClassName
{
border-color: #85ECCC;
}
.TagClassName
{
border-color: #85ECCC;
}
</style>