Shades of Riptide #98DDCD
Tints of Riptide #98DDCD
RGB
CMYK
RGB Variations
Color information
#98DDCD (or 0x98DDCD) is known color: Riptide. HEX triplet: 98, DD and CD. RGB value is (152,221,205). Sum of RGB (Red+Green+Blue) = 152+221+205=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDCD is #672232. Grayscale: #C6C6C6. Windows color (decimal): -6758963 or 13491608. OLE color: 13491608.
HSL color Cylindrical-coordinate representation of color #98DDCD: hue angle of 166.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDCD is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 205 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.13 |
| HSL | 166.09º | 0.5% | 0.73% | - |
| HSV(B) | 166.09º | 0.31% | 0.87% | - |
| XYZ | 49.82 | 62.8 | 67.25 | - |
| YUV | 198.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 205 | 0.31 | 0 | 0.07 | 0.13 | 166.09 | 0.5 | 0.73 |
| Hex | 98 | DD | CD | 1F | 0 | 7 | D | A6 | 32 | 49 |
| Octal | 230 | 335 | 315 | 37 | 0 | 7 | 15 | 246 | 62 | 111 |
| Binary | 10011000 | 11011101 | 11001101 | 11111 | 0 | 111 | 1101 | 10100110 | 110010 | 1001001 |
Color Harmonies of #98DDCD
Complementary color
Monochromatic Colors of #98DDCD
Black with #98DDCD
Text Example
Text Example
White with #98DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDCD; }
p { color: rgb(152,221,205); }
H1.HeaderClassName
{
color: #98DDCD;
}
.AnyTagClassName
{
color: #98DDCD;
}
</style>
background-color css
<style>
a { background-color: #98DDCD; }
a { background-color: rgb(152,221,205); }
div.DivClassName
{
background-color: #98DDCD;
}
.BgClassName
{
background-color: #98DDCD;
}
</style>
border-color css
<style>
span { border-color: #98DDCD; }
span { border-color: rgb(152,221,205); }
td.TdClassName
{
border-color: #98DDCD;
}
.TagClassName
{
border-color: #98DDCD;
}
</style>