Shades of Riptide #85D9C4
Tints of Riptide #85D9C4
RGB
CMYK
RGB Variations
Color information
#85D9C4 (or 0x85D9C4) is known color: Riptide. HEX triplet: 85, D9 and C4. RGB value is (133,217,196). Sum of RGB (Red+Green+Blue) = 133+217+196=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #85D9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D9C4 is #7A263B. Grayscale: #BDBDBD. Windows color (decimal): -8005180 or 12900741. OLE color: 12900741.
HSL color Cylindrical-coordinate representation of color #85D9C4: hue angle of 165º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D9C4 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 196 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.15 |
| HSL | 165º | 0.53% | 0.69% | - |
| HSV(B) | 165º | 0.39% | 0.85% | - |
| XYZ | 44.45 | 58.6 | 61.19 | - |
| YUV | 189.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 196 | 0.39 | 0 | 0.10 | 0.15 | 165 | 0.53 | 0.69 |
| Hex | 85 | D9 | C4 | 27 | 0 | A | F | A5 | 34 | 45 |
| Octal | 205 | 331 | 304 | 47 | 0 | 12 | 17 | 245 | 64 | 105 |
| Binary | 10000101 | 11011001 | 11000100 | 100111 | 0 | 1010 | 1111 | 10100101 | 110100 | 1000101 |
Color Harmonies of #85D9C4
Complementary color
Monochromatic Colors of #85D9C4
Black with #85D9C4
Text Example
Text Example
White with #85D9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D9C4; }
p { color: rgb(133,217,196); }
H1.HeaderClassName
{
color: #85D9C4;
}
.AnyTagClassName
{
color: #85D9C4;
}
</style>
background-color css
<style>
a { background-color: #85D9C4; }
a { background-color: rgb(133,217,196); }
div.DivClassName
{
background-color: #85D9C4;
}
.BgClassName
{
background-color: #85D9C4;
}
</style>
border-color css
<style>
span { border-color: #85D9C4; }
span { border-color: rgb(133,217,196); }
td.TdClassName
{
border-color: #85D9C4;
}
.TagClassName
{
border-color: #85D9C4;
}
</style>