Shades of Riptide #87DDD1
Tints of Riptide #87DDD1
RGB
CMYK
RGB Variations
Color information
#87DDD1 (or 0x87DDD1) is known color: Riptide. HEX triplet: 87, DD and D1. RGB value is (135,221,209). Sum of RGB (Red+Green+Blue) = 135+221+209=565 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.89% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDD1 is #78222E. Grayscale: #C1C1C1. Windows color (decimal): -7873071 or 13753735. OLE color: 13753735.
HSL color Cylindrical-coordinate representation of color #87DDD1: hue angle of 171.63º 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 #87DDD1 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 209 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.13 |
| HSL | 171.63º | 0.56% | 0.7% | - |
| HSV(B) | 171.63º | 0.39% | 0.87% | - |
| XYZ | 47.36 | 61.47 | 69.69 | - |
| YUV | 193.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 209 | 0.39 | 0 | 0.05 | 0.13 | 171.63 | 0.56 | 0.7 |
| Hex | 87 | DD | D1 | 27 | 0 | 5 | D | AC | 38 | 46 |
| Octal | 207 | 335 | 321 | 47 | 0 | 5 | 15 | 254 | 70 | 106 |
| Binary | 10000111 | 11011101 | 11010001 | 100111 | 0 | 101 | 1101 | 10101100 | 111000 | 1000110 |
Color Harmonies of #87DDD1
Complementary color
Monochromatic Colors of #87DDD1
Black with #87DDD1
Text Example
Text Example
White with #87DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DDD1; }
p { color: rgb(135,221,209); }
H1.HeaderClassName
{
color: #87DDD1;
}
.AnyTagClassName
{
color: #87DDD1;
}
</style>
background-color css
<style>
a { background-color: #87DDD1; }
a { background-color: rgb(135,221,209); }
div.DivClassName
{
background-color: #87DDD1;
}
.BgClassName
{
background-color: #87DDD1;
}
</style>
border-color css
<style>
span { border-color: #87DDD1; }
span { border-color: rgb(135,221,209); }
td.TdClassName
{
border-color: #87DDD1;
}
.TagClassName
{
border-color: #87DDD1;
}
</style>