Shades of Riptide #89CCCC
Tints of Riptide #89CCCC
RGB
CMYK
RGB Variations
Color information
#89CCCC (or 0x89CCCC) is known color: Riptide. HEX triplet: 89, CC and CC. RGB value is (137,204,204). Sum of RGB (Red+Green+Blue) = 137+204+204=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #89CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCCC is #763333. Grayscale: #B7B7B7. Windows color (decimal): -7746356 or 13421705. OLE color: 13421705.
HSL color Cylindrical-coordinate representation of color #89CCCC: hue angle of 180º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CCCC is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 204 | - |
| CMYK | 0.33 | 0 | 0 | 0.2 |
| HSL | 180º | 0.4% | 0.67% | - |
| HSV(B) | 180º | 0.33% | 0.8% | - |
| XYZ | 42.81 | 52.86 | 65.07 | - |
| YUV | 183.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 204 | 0.33 | 0 | 0 | 0.2 | 180 | 0.4 | 0.67 |
| Hex | 89 | CC | CC | 21 | 0 | 0 | 14 | B4 | 28 | 43 |
| Octal | 211 | 314 | 314 | 41 | 0 | 0 | 24 | 264 | 50 | 103 |
| Binary | 10001001 | 11001100 | 11001100 | 100001 | 0 | 0 | 10100 | 10110100 | 101000 | 1000011 |
Color Harmonies of #89CCCC
Complementary color
Monochromatic Colors of #89CCCC
Black with #89CCCC
Text Example
Text Example
White with #89CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCCC; }
p { color: rgb(137,204,204); }
H1.HeaderClassName
{
color: #89CCCC;
}
.AnyTagClassName
{
color: #89CCCC;
}
</style>
background-color css
<style>
a { background-color: #89CCCC; }
a { background-color: rgb(137,204,204); }
div.DivClassName
{
background-color: #89CCCC;
}
.BgClassName
{
background-color: #89CCCC;
}
</style>
border-color css
<style>
span { border-color: #89CCCC; }
span { border-color: rgb(137,204,204); }
td.TdClassName
{
border-color: #89CCCC;
}
.TagClassName
{
border-color: #89CCCC;
}
</style>