Shades of Riptide #87DDC5
Tints of Riptide #87DDC5
RGB
CMYK
RGB Variations
Color information
#87DDC5 (or 0x87DDC5) is known color: Riptide. HEX triplet: 87, DD and C5. RGB value is (135,221,197). Sum of RGB (Red+Green+Blue) = 135+221+197=553 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.41% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDC5 is #78223A. Grayscale: #C0C0C0. Windows color (decimal): -7873083 or 12967303. OLE color: 12967303.
HSL color Cylindrical-coordinate representation of color #87DDC5: hue angle of 163.26º 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 #87DDC5 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 197 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.13 |
| HSL | 163.26º | 0.56% | 0.7% | - |
| HSV(B) | 163.26º | 0.39% | 0.87% | - |
| XYZ | 45.93 | 60.9 | 62.16 | - |
| YUV | 192.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 197 | 0.39 | 0 | 0.11 | 0.13 | 163.26 | 0.56 | 0.7 |
| Hex | 87 | DD | C5 | 27 | 0 | B | D | A3 | 38 | 46 |
| Octal | 207 | 335 | 305 | 47 | 0 | 13 | 15 | 243 | 70 | 106 |
| Binary | 10000111 | 11011101 | 11000101 | 100111 | 0 | 1011 | 1101 | 10100011 | 111000 | 1000110 |
Color Harmonies of #87DDC5
Complementary color
Monochromatic Colors of #87DDC5
Black with #87DDC5
Text Example
Text Example
White with #87DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DDC5; }
p { color: rgb(135,221,197); }
H1.HeaderClassName
{
color: #87DDC5;
}
.AnyTagClassName
{
color: #87DDC5;
}
</style>
background-color css
<style>
a { background-color: #87DDC5; }
a { background-color: rgb(135,221,197); }
div.DivClassName
{
background-color: #87DDC5;
}
.BgClassName
{
background-color: #87DDC5;
}
</style>
border-color css
<style>
span { border-color: #87DDC5; }
span { border-color: rgb(135,221,197); }
td.TdClassName
{
border-color: #87DDC5;
}
.TagClassName
{
border-color: #87DDC5;
}
</style>