Shades of Riptide #87DDD0
Tints of Riptide #87DDD0
RGB
CMYK
RGB Variations
Color information
#87DDD0 (or 0x87DDD0) is known color: Riptide. HEX triplet: 87, DD and D0. RGB value is (135,221,208). Sum of RGB (Red+Green+Blue) = 135+221+208=564 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.94% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDD0 is #78222F. Grayscale: #C1C1C1. Windows color (decimal): -7873072 or 13688199. OLE color: 13688199.
HSL color Cylindrical-coordinate representation of color #87DDD0: hue angle of 170.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DDD0 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 208 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.13 |
| HSL | 170.93º | 0.56% | 0.7% | - |
| HSV(B) | 170.93º | 0.39% | 0.87% | - |
| XYZ | 47.23 | 61.42 | 69.04 | - |
| YUV | 193.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 208 | 0.39 | 0 | 0.06 | 0.13 | 170.93 | 0.56 | 0.7 |
| Hex | 87 | DD | D0 | 27 | 0 | 6 | D | AB | 38 | 46 |
| Octal | 207 | 335 | 320 | 47 | 0 | 6 | 15 | 253 | 70 | 106 |
| Binary | 10000111 | 11011101 | 11010000 | 100111 | 0 | 110 | 1101 | 10101011 | 111000 | 1000110 |
Color Harmonies of #87DDD0
Complementary color
Monochromatic Colors of #87DDD0
Black with #87DDD0
Text Example
Text Example
White with #87DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DDD0; }
p { color: rgb(135,221,208); }
H1.HeaderClassName
{
color: #87DDD0;
}
.AnyTagClassName
{
color: #87DDD0;
}
</style>
background-color css
<style>
a { background-color: #87DDD0; }
a { background-color: rgb(135,221,208); }
div.DivClassName
{
background-color: #87DDD0;
}
.BgClassName
{
background-color: #87DDD0;
}
</style>
border-color css
<style>
span { border-color: #87DDD0; }
span { border-color: rgb(135,221,208); }
td.TdClassName
{
border-color: #87DDD0;
}
.TagClassName
{
border-color: #87DDD0;
}
</style>