Shades of Riptide #89DDDB
Tints of Riptide #89DDDB
RGB
CMYK
RGB Variations
Color information
#89DDDB (or 0x89DDDB) is known color: Riptide. HEX triplet: 89, DD and DB. RGB value is (137,221,219). Sum of RGB (Red+Green+Blue) = 137+221+219=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDDB is #762224. Grayscale: #C3C3C3. Windows color (decimal): -7741989 or 14409097. OLE color: 14409097.
HSL color Cylindrical-coordinate representation of color #89DDDB: hue angle of 178.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DDDB is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 221 | 219 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.13 |
| HSL | 178.57º | 0.55% | 0.7% | - |
| HSV(B) | 178.57º | 0.38% | 0.87% | - |
| XYZ | 48.96 | 62.15 | 76.43 | - |
| YUV | 195.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 221 | 219 | 0.38 | 0 | 0.01 | 0.13 | 178.57 | 0.55 | 0.7 |
| Hex | 89 | DD | DB | 26 | 0 | 1 | D | B3 | 37 | 46 |
| Octal | 211 | 335 | 333 | 46 | 0 | 1 | 15 | 263 | 67 | 106 |
| Binary | 10001001 | 11011101 | 11011011 | 100110 | 0 | 1 | 1101 | 10110011 | 110111 | 1000110 |
Color Harmonies of #89DDDB
Complementary color
Monochromatic Colors of #89DDDB
Black with #89DDDB
Text Example
Text Example
White with #89DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DDDB; }
p { color: rgb(137,221,219); }
H1.HeaderClassName
{
color: #89DDDB;
}
.AnyTagClassName
{
color: #89DDDB;
}
</style>
background-color css
<style>
a { background-color: #89DDDB; }
a { background-color: rgb(137,221,219); }
div.DivClassName
{
background-color: #89DDDB;
}
.BgClassName
{
background-color: #89DDDB;
}
</style>
border-color css
<style>
span { border-color: #89DDDB; }
span { border-color: rgb(137,221,219); }
td.TdClassName
{
border-color: #89DDDB;
}
.TagClassName
{
border-color: #89DDDB;
}
</style>