Shades of Riptide #87DDC2
Tints of Riptide #87DDC2
RGB
CMYK
RGB Variations
Color information
#87DDC2 (or 0x87DDC2) is known color: Riptide. HEX triplet: 87, DD and C2. RGB value is (135,221,194). Sum of RGB (Red+Green+Blue) = 135+221+194=550 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.55% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDC2 is #78223D. Grayscale: #C0C0C0. Windows color (decimal): -7873086 or 12770695. OLE color: 12770695.
HSL color Cylindrical-coordinate representation of color #87DDC2: hue angle of 161.16º 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 #87DDC2 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 194 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.13 |
| HSL | 161.16º | 0.56% | 0.7% | - |
| HSV(B) | 161.16º | 0.39% | 0.87% | - |
| XYZ | 45.59 | 60.76 | 60.36 | - |
| YUV | 192.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 194 | 0.39 | 0 | 0.12 | 0.13 | 161.16 | 0.56 | 0.7 |
| Hex | 87 | DD | C2 | 27 | 0 | C | D | A1 | 38 | 46 |
| Octal | 207 | 335 | 302 | 47 | 0 | 14 | 15 | 241 | 70 | 106 |
| Binary | 10000111 | 11011101 | 11000010 | 100111 | 0 | 1100 | 1101 | 10100001 | 111000 | 1000110 |
Color Harmonies of #87DDC2
Complementary color
Monochromatic Colors of #87DDC2
Black with #87DDC2
Text Example
Text Example
White with #87DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DDC2; }
p { color: rgb(135,221,194); }
H1.HeaderClassName
{
color: #87DDC2;
}
.AnyTagClassName
{
color: #87DDC2;
}
</style>
background-color css
<style>
a { background-color: #87DDC2; }
a { background-color: rgb(135,221,194); }
div.DivClassName
{
background-color: #87DDC2;
}
.BgClassName
{
background-color: #87DDC2;
}
</style>
border-color css
<style>
span { border-color: #87DDC2; }
span { border-color: rgb(135,221,194); }
td.TdClassName
{
border-color: #87DDC2;
}
.TagClassName
{
border-color: #87DDC2;
}
</style>