Shades of Riptide #89DDD6
Tints of Riptide #89DDD6
RGB
CMYK
RGB Variations
Color information
#89DDD6 (or 0x89DDD6) is known color: Riptide. HEX triplet: 89, DD and D6. RGB value is (137,221,214). Sum of RGB (Red+Green+Blue) = 137+221+214=572 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.95% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDD6 is #762229. Grayscale: #C3C3C3. Windows color (decimal): -7741994 or 14081417. OLE color: 14081417.
HSL color Cylindrical-coordinate representation of color #89DDD6: hue angle of 175º 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 #89DDD6 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 221 | 214 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.13 |
| HSL | 175º | 0.55% | 0.7% | - |
| HSV(B) | 175º | 0.38% | 0.87% | - |
| XYZ | 48.31 | 61.89 | 73.02 | - |
| YUV | 195.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 221 | 214 | 0.38 | 0 | 0.03 | 0.13 | 175 | 0.55 | 0.7 |
| Hex | 89 | DD | D6 | 26 | 0 | 3 | D | AF | 37 | 46 |
| Octal | 211 | 335 | 326 | 46 | 0 | 3 | 15 | 257 | 67 | 106 |
| Binary | 10001001 | 11011101 | 11010110 | 100110 | 0 | 11 | 1101 | 10101111 | 110111 | 1000110 |
Color Harmonies of #89DDD6
Complementary color
Monochromatic Colors of #89DDD6
Black with #89DDD6
Text Example
Text Example
White with #89DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DDD6; }
p { color: rgb(137,221,214); }
H1.HeaderClassName
{
color: #89DDD6;
}
.AnyTagClassName
{
color: #89DDD6;
}
</style>
background-color css
<style>
a { background-color: #89DDD6; }
a { background-color: rgb(137,221,214); }
div.DivClassName
{
background-color: #89DDD6;
}
.BgClassName
{
background-color: #89DDD6;
}
</style>
border-color css
<style>
span { border-color: #89DDD6; }
span { border-color: rgb(137,221,214); }
td.TdClassName
{
border-color: #89DDD6;
}
.TagClassName
{
border-color: #89DDD6;
}
</style>