Shades of Riptide #85DDC2
Tints of Riptide #85DDC2
RGB
CMYK
RGB Variations
Color information
#85DDC2 (or 0x85DDC2) is known color: Riptide. HEX triplet: 85, DD and C2. RGB value is (133,221,194). Sum of RGB (Red+Green+Blue) = 133+221+194=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDC2 is #7A223D. Grayscale: #BFBFBF. Windows color (decimal): -8004158 or 12770693. OLE color: 12770693.
HSL color Cylindrical-coordinate representation of color #85DDC2: hue angle of 161.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDC2 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 194 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.13 |
| HSL | 161.59º | 0.56% | 0.69% | - |
| HSV(B) | 161.59º | 0.4% | 0.87% | - |
| XYZ | 45.27 | 60.59 | 60.35 | - |
| YUV | 191.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 194 | 0.40 | 0 | 0.12 | 0.13 | 161.59 | 0.56 | 0.69 |
| Hex | 85 | DD | C2 | 28 | 0 | C | D | A2 | 38 | 45 |
| Octal | 205 | 335 | 302 | 50 | 0 | 14 | 15 | 242 | 70 | 105 |
| Binary | 10000101 | 11011101 | 11000010 | 101000 | 0 | 1100 | 1101 | 10100010 | 111000 | 1000101 |
Color Harmonies of #85DDC2
Complementary color
Monochromatic Colors of #85DDC2
Black with #85DDC2
Text Example
Text Example
White with #85DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDC2; }
p { color: rgb(133,221,194); }
H1.HeaderClassName
{
color: #85DDC2;
}
.AnyTagClassName
{
color: #85DDC2;
}
</style>
background-color css
<style>
a { background-color: #85DDC2; }
a { background-color: rgb(133,221,194); }
div.DivClassName
{
background-color: #85DDC2;
}
.BgClassName
{
background-color: #85DDC2;
}
</style>
border-color css
<style>
span { border-color: #85DDC2; }
span { border-color: rgb(133,221,194); }
td.TdClassName
{
border-color: #85DDC2;
}
.TagClassName
{
border-color: #85DDC2;
}
</style>