Shades of Riptide #89EDC2
Tints of Riptide #89EDC2
RGB
CMYK
RGB Variations
Color information
#89EDC2 (or 0x89EDC2) is known color: Riptide. HEX triplet: 89, ED and C2. RGB value is (137,237,194). Sum of RGB (Red+Green+Blue) = 137+237+194=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EDC2 is #76123D. Grayscale: #CACACA. Windows color (decimal): -7737918 or 12774793. OLE color: 12774793.
HSL color Cylindrical-coordinate representation of color #89EDC2: hue angle of 154.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EDC2 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 194 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.07 |
| HSL | 154.2º | 0.74% | 0.73% | - |
| HSV(B) | 154.2º | 0.42% | 0.93% | - |
| XYZ | 50.34 | 69.78 | 61.86 | - |
| YUV | 202.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 194 | 0.42 | 0 | 0.18 | 0.07 | 154.2 | 0.74 | 0.73 |
| Hex | 89 | ED | C2 | 2A | 0 | 12 | 7 | 9A | 4A | 49 |
| Octal | 211 | 355 | 302 | 52 | 0 | 22 | 7 | 232 | 112 | 111 |
| Binary | 10001001 | 11101101 | 11000010 | 101010 | 0 | 10010 | 111 | 10011010 | 1001010 | 1001001 |
Color Harmonies of #89EDC2
Complementary color
Monochromatic Colors of #89EDC2
Black with #89EDC2
Text Example
Text Example
White with #89EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EDC2; }
p { color: rgb(137,237,194); }
H1.HeaderClassName
{
color: #89EDC2;
}
.AnyTagClassName
{
color: #89EDC2;
}
</style>
background-color css
<style>
a { background-color: #89EDC2; }
a { background-color: rgb(137,237,194); }
div.DivClassName
{
background-color: #89EDC2;
}
.BgClassName
{
background-color: #89EDC2;
}
</style>
border-color css
<style>
span { border-color: #89EDC2; }
span { border-color: rgb(137,237,194); }
td.TdClassName
{
border-color: #89EDC2;
}
.TagClassName
{
border-color: #89EDC2;
}
</style>