Shades of Riptide #89DCBF
Tints of Riptide #89DCBF
RGB
CMYK
RGB Variations
Color information
#89DCBF (or 0x89DCBF) is known color: Riptide. HEX triplet: 89, DC and BF. RGB value is (137,220,191). Sum of RGB (Red+Green+Blue) = 137+220+191=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCBF is #762340. Grayscale: #BFBFBF. Windows color (decimal): -7742273 or 12573833. OLE color: 12573833.
HSL color Cylindrical-coordinate representation of color #89DCBF: hue angle of 159.04º 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 #89DCBF is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 191 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.14 |
| HSL | 159.04º | 0.54% | 0.7% | - |
| HSV(B) | 159.04º | 0.38% | 0.86% | - |
| XYZ | 45.31 | 60.27 | 58.53 | - |
| YUV | 191.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 191 | 0.38 | 0 | 0.13 | 0.14 | 159.04 | 0.54 | 0.7 |
| Hex | 89 | DC | BF | 26 | 0 | D | E | 9F | 36 | 46 |
| Octal | 211 | 334 | 277 | 46 | 0 | 15 | 16 | 237 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10111111 | 100110 | 0 | 1101 | 1110 | 10011111 | 110110 | 1000110 |
Color Harmonies of #89DCBF
Complementary color
Monochromatic Colors of #89DCBF
Black with #89DCBF
Text Example
Text Example
White with #89DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCBF; }
p { color: rgb(137,220,191); }
H1.HeaderClassName
{
color: #89DCBF;
}
.AnyTagClassName
{
color: #89DCBF;
}
</style>
background-color css
<style>
a { background-color: #89DCBF; }
a { background-color: rgb(137,220,191); }
div.DivClassName
{
background-color: #89DCBF;
}
.BgClassName
{
background-color: #89DCBF;
}
</style>
border-color css
<style>
span { border-color: #89DCBF; }
span { border-color: rgb(137,220,191); }
td.TdClassName
{
border-color: #89DCBF;
}
.TagClassName
{
border-color: #89DCBF;
}
</style>