Shades of Riptide #89DCCB
Tints of Riptide #89DCCB
RGB
CMYK
RGB Variations
Color information
#89DCCB (or 0x89DCCB) is known color: Riptide. HEX triplet: 89, DC and CB. RGB value is (137,220,203). Sum of RGB (Red+Green+Blue) = 137+220+203=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCCB is #762334. Grayscale: #C1C1C1. Windows color (decimal): -7742261 or 13360265. OLE color: 13360265.
HSL color Cylindrical-coordinate representation of color #89DCCB: hue angle of 167.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCCB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 203 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.14 |
| HSL | 167.71º | 0.54% | 0.7% | - |
| HSV(B) | 167.71º | 0.38% | 0.86% | - |
| XYZ | 46.69 | 60.82 | 65.78 | - |
| YUV | 193.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 203 | 0.38 | 0 | 0.08 | 0.14 | 167.71 | 0.54 | 0.7 |
| Hex | 89 | DC | CB | 26 | 0 | 8 | E | A8 | 36 | 46 |
| Octal | 211 | 334 | 313 | 46 | 0 | 10 | 16 | 250 | 66 | 106 |
| Binary | 10001001 | 11011100 | 11001011 | 100110 | 0 | 1000 | 1110 | 10101000 | 110110 | 1000110 |
Color Harmonies of #89DCCB
Complementary color
Monochromatic Colors of #89DCCB
Black with #89DCCB
Text Example
Text Example
White with #89DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCCB; }
p { color: rgb(137,220,203); }
H1.HeaderClassName
{
color: #89DCCB;
}
.AnyTagClassName
{
color: #89DCCB;
}
</style>
background-color css
<style>
a { background-color: #89DCCB; }
a { background-color: rgb(137,220,203); }
div.DivClassName
{
background-color: #89DCCB;
}
.BgClassName
{
background-color: #89DCCB;
}
</style>
border-color css
<style>
span { border-color: #89DCCB; }
span { border-color: rgb(137,220,203); }
td.TdClassName
{
border-color: #89DCCB;
}
.TagClassName
{
border-color: #89DCCB;
}
</style>