Shades of Riptide #89D2CC
Tints of Riptide #89D2CC
RGB
CMYK
RGB Variations
Color information
#89D2CC (or 0x89D2CC) is known color: Riptide. HEX triplet: 89, D2 and CC. RGB value is (137,210,204). Sum of RGB (Red+Green+Blue) = 137+210+204=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #89D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D2CC is #762D33. Grayscale: #BBBBBB. Windows color (decimal): -7744820 or 13423241. OLE color: 13423241.
HSL color Cylindrical-coordinate representation of color #89D2CC: hue angle of 175.07º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D2CC is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 210 | 204 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.18 |
| HSL | 175.07º | 0.45% | 0.68% | - |
| HSV(B) | 175.07º | 0.35% | 0.82% | - |
| XYZ | 44.26 | 55.77 | 65.56 | - |
| YUV | 187.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 210 | 204 | 0.35 | 0 | 0.03 | 0.18 | 175.07 | 0.45 | 0.68 |
| Hex | 89 | D2 | CC | 23 | 0 | 3 | 12 | AF | 2D | 44 |
| Octal | 211 | 322 | 314 | 43 | 0 | 3 | 22 | 257 | 55 | 104 |
| Binary | 10001001 | 11010010 | 11001100 | 100011 | 0 | 11 | 10010 | 10101111 | 101101 | 1000100 |
Color Harmonies of #89D2CC
Complementary color
Monochromatic Colors of #89D2CC
Black with #89D2CC
Text Example
Text Example
White with #89D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D2CC; }
p { color: rgb(137,210,204); }
H1.HeaderClassName
{
color: #89D2CC;
}
.AnyTagClassName
{
color: #89D2CC;
}
</style>
background-color css
<style>
a { background-color: #89D2CC; }
a { background-color: rgb(137,210,204); }
div.DivClassName
{
background-color: #89D2CC;
}
.BgClassName
{
background-color: #89D2CC;
}
</style>
border-color css
<style>
span { border-color: #89D2CC; }
span { border-color: rgb(137,210,204); }
td.TdClassName
{
border-color: #89D2CC;
}
.TagClassName
{
border-color: #89D2CC;
}
</style>