Shades of Riptide #85D2CB
Tints of Riptide #85D2CB
RGB
CMYK
RGB Variations
Color information
#85D2CB (or 0x85D2CB) is known color: Riptide. HEX triplet: 85, D2 and CB. RGB value is (133,210,203). Sum of RGB (Red+Green+Blue) = 133+210+203=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #85D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D2CB is #7A2D34. Grayscale: #BABABA. Windows color (decimal): -8006965 or 13357701. OLE color: 13357701.
HSL color Cylindrical-coordinate representation of color #85D2CB: hue angle of 174.55º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D2CB is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 203 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.18 |
| HSL | 174.55º | 0.46% | 0.67% | - |
| HSV(B) | 174.55º | 0.37% | 0.82% | - |
| XYZ | 43.5 | 55.39 | 64.9 | - |
| YUV | 186.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 203 | 0.37 | 0 | 0.03 | 0.18 | 174.55 | 0.46 | 0.67 |
| Hex | 85 | D2 | CB | 25 | 0 | 3 | 12 | AF | 2E | 43 |
| Octal | 205 | 322 | 313 | 45 | 0 | 3 | 22 | 257 | 56 | 103 |
| Binary | 10000101 | 11010010 | 11001011 | 100101 | 0 | 11 | 10010 | 10101111 | 101110 | 1000011 |
Color Harmonies of #85D2CB
Complementary color
Monochromatic Colors of #85D2CB
Black with #85D2CB
Text Example
Text Example
White with #85D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D2CB; }
p { color: rgb(133,210,203); }
H1.HeaderClassName
{
color: #85D2CB;
}
.AnyTagClassName
{
color: #85D2CB;
}
</style>
background-color css
<style>
a { background-color: #85D2CB; }
a { background-color: rgb(133,210,203); }
div.DivClassName
{
background-color: #85D2CB;
}
.BgClassName
{
background-color: #85D2CB;
}
</style>
border-color css
<style>
span { border-color: #85D2CB; }
span { border-color: rgb(133,210,203); }
td.TdClassName
{
border-color: #85D2CB;
}
.TagClassName
{
border-color: #85D2CB;
}
</style>