Shades of Riptide #89EBD0
Tints of Riptide #89EBD0
RGB
CMYK
RGB Variations
Color information
#89EBD0 (or 0x89EBD0) is known color: Riptide. HEX triplet: 89, EB and D0. RGB value is (137,235,208). Sum of RGB (Red+Green+Blue) = 137+235+208=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EBD0 is #76142F. Grayscale: #CACACA. Windows color (decimal): -7738416 or 13691785. OLE color: 13691785.
HSL color Cylindrical-coordinate representation of color #89EBD0: hue angle of 163.47º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EBD0 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 235 | 208 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.08 |
| HSL | 163.47º | 0.71% | 0.73% | - |
| HSV(B) | 163.47º | 0.42% | 0.92% | - |
| XYZ | 51.41 | 69.29 | 70.34 | - |
| YUV | 202.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 235 | 208 | 0.42 | 0 | 0.11 | 0.08 | 163.47 | 0.71 | 0.73 |
| Hex | 89 | EB | D0 | 2A | 0 | B | 8 | A3 | 47 | 49 |
| Octal | 211 | 353 | 320 | 52 | 0 | 13 | 10 | 243 | 107 | 111 |
| Binary | 10001001 | 11101011 | 11010000 | 101010 | 0 | 1011 | 1000 | 10100011 | 1000111 | 1001001 |
Color Harmonies of #89EBD0
Complementary color
Monochromatic Colors of #89EBD0
Black with #89EBD0
Text Example
Text Example
White with #89EBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EBD0; }
p { color: rgb(137,235,208); }
H1.HeaderClassName
{
color: #89EBD0;
}
.AnyTagClassName
{
color: #89EBD0;
}
</style>
background-color css
<style>
a { background-color: #89EBD0; }
a { background-color: rgb(137,235,208); }
div.DivClassName
{
background-color: #89EBD0;
}
.BgClassName
{
background-color: #89EBD0;
}
</style>
border-color css
<style>
span { border-color: #89EBD0; }
span { border-color: rgb(137,235,208); }
td.TdClassName
{
border-color: #89EBD0;
}
.TagClassName
{
border-color: #89EBD0;
}
</style>