Shades of Riptide #87DDC4
Tints of Riptide #87DDC4
RGB
CMYK
RGB Variations
Color information
#87DDC4 (or 0x87DDC4) is known color: Riptide. HEX triplet: 87, DD and C4. RGB value is (135,221,196). Sum of RGB (Red+Green+Blue) = 135+221+196=552 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.46% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDC4 is #78223B. Grayscale: #C0C0C0. Windows color (decimal): -7873084 or 12901767. OLE color: 12901767.
HSL color Cylindrical-coordinate representation of color #87DDC4: hue angle of 162.56º 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 #87DDC4 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 196 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.13 |
| HSL | 162.56º | 0.56% | 0.7% | - |
| HSV(B) | 162.56º | 0.39% | 0.87% | - |
| XYZ | 45.81 | 60.85 | 61.56 | - |
| YUV | 192.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 196 | 0.39 | 0 | 0.11 | 0.13 | 162.56 | 0.56 | 0.7 |
| Hex | 87 | DD | C4 | 27 | 0 | B | D | A3 | 38 | 46 |
| Octal | 207 | 335 | 304 | 47 | 0 | 13 | 15 | 243 | 70 | 106 |
| Binary | 10000111 | 11011101 | 11000100 | 100111 | 0 | 1011 | 1101 | 10100011 | 111000 | 1000110 |
Color Harmonies of #87DDC4
Complementary color
Monochromatic Colors of #87DDC4
Black with #87DDC4
Text Example
Text Example
White with #87DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DDC4; }
p { color: rgb(135,221,196); }
H1.HeaderClassName
{
color: #87DDC4;
}
.AnyTagClassName
{
color: #87DDC4;
}
</style>
background-color css
<style>
a { background-color: #87DDC4; }
a { background-color: rgb(135,221,196); }
div.DivClassName
{
background-color: #87DDC4;
}
.BgClassName
{
background-color: #87DDC4;
}
</style>
border-color css
<style>
span { border-color: #87DDC4; }
span { border-color: rgb(135,221,196); }
td.TdClassName
{
border-color: #87DDC4;
}
.TagClassName
{
border-color: #87DDC4;
}
</style>