Shades of Riptide #87DFC0
Tints of Riptide #87DFC0
RGB
CMYK
RGB Variations
Color information
#87DFC0 (or 0x87DFC0) is known color: Riptide. HEX triplet: 87, DF and C0. RGB value is (135,223,192). Sum of RGB (Red+Green+Blue) = 135+223+192=550 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.55% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #87DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DFC0 is #78203F. Grayscale: #C1C1C1. Windows color (decimal): -7872576 or 12640135. OLE color: 12640135.
HSL color Cylindrical-coordinate representation of color #87DFC0: hue angle of 158.86º degrees, saturation: 0.58, 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 #87DFC0 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 223 | 192 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.13 |
| HSL | 158.86º | 0.58% | 0.7% | - |
| HSV(B) | 158.86º | 0.39% | 0.87% | - |
| XYZ | 45.89 | 61.73 | 59.37 | - |
| YUV | 193.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 192 | 0.39 | 0 | 0.14 | 0.13 | 158.86 | 0.58 | 0.7 |
| Hex | 87 | DF | C0 | 27 | 0 | E | D | 9F | 3A | 46 |
| Octal | 207 | 337 | 300 | 47 | 0 | 16 | 15 | 237 | 72 | 106 |
| Binary | 10000111 | 11011111 | 11000000 | 100111 | 0 | 1110 | 1101 | 10011111 | 111010 | 1000110 |
Color Harmonies of #87DFC0
Complementary color
Monochromatic Colors of #87DFC0
Black with #87DFC0
Text Example
Text Example
White with #87DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DFC0; }
p { color: rgb(135,223,192); }
H1.HeaderClassName
{
color: #87DFC0;
}
.AnyTagClassName
{
color: #87DFC0;
}
</style>
background-color css
<style>
a { background-color: #87DFC0; }
a { background-color: rgb(135,223,192); }
div.DivClassName
{
background-color: #87DFC0;
}
.BgClassName
{
background-color: #87DFC0;
}
</style>
border-color css
<style>
span { border-color: #87DFC0; }
span { border-color: rgb(135,223,192); }
td.TdClassName
{
border-color: #87DFC0;
}
.TagClassName
{
border-color: #87DFC0;
}
</style>