Shades of Riptide #89DDD0
Tints of Riptide #89DDD0
RGB
CMYK
RGB Variations
Color information
#89DDD0 (or 0x89DDD0) is known color: Riptide. HEX triplet: 89, DD and D0. RGB value is (137,221,208). Sum of RGB (Red+Green+Blue) = 137+221+208=566 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.20% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDD0 is #76222F. Grayscale: #C2C2C2. Windows color (decimal): -7742000 or 13688201. OLE color: 13688201.
HSL color Cylindrical-coordinate representation of color #89DDD0: hue angle of 170.71º 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 #89DDD0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 221 | 208 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.13 |
| HSL | 170.71º | 0.55% | 0.7% | - |
| HSV(B) | 170.71º | 0.38% | 0.87% | - |
| XYZ | 47.56 | 61.59 | 69.06 | - |
| YUV | 194.4 | 135.67 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 221 | 208 | 0.38 | 0 | 0.06 | 0.13 | 170.71 | 0.55 | 0.7 |
| Hex | 89 | DD | D0 | 26 | 0 | 6 | D | AB | 37 | 46 |
| Octal | 211 | 335 | 320 | 46 | 0 | 6 | 15 | 253 | 67 | 106 |
| Binary | 10001001 | 11011101 | 11010000 | 100110 | 0 | 110 | 1101 | 10101011 | 110111 | 1000110 |
Color Harmonies of #89DDD0
Complementary color
Monochromatic Colors of #89DDD0
Black with #89DDD0
Text Example
Text Example
White with #89DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DDD0; }
p { color: rgb(137,221,208); }
H1.HeaderClassName
{
color: #89DDD0;
}
.AnyTagClassName
{
color: #89DDD0;
}
</style>
background-color css
<style>
a { background-color: #89DDD0; }
a { background-color: rgb(137,221,208); }
div.DivClassName
{
background-color: #89DDD0;
}
.BgClassName
{
background-color: #89DDD0;
}
</style>
border-color css
<style>
span { border-color: #89DDD0; }
span { border-color: rgb(137,221,208); }
td.TdClassName
{
border-color: #89DDD0;
}
.TagClassName
{
border-color: #89DDD0;
}
</style>