Shades of Riptide #98DDC7
Tints of Riptide #98DDC7
RGB
CMYK
RGB Variations
Color information
#98DDC7 (or 0x98DDC7) is known color: Riptide. HEX triplet: 98, DD and C7. RGB value is (152,221,199). Sum of RGB (Red+Green+Blue) = 152+221+199=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDC7 is #672238. Grayscale: #C5C5C5. Windows color (decimal): -6758969 or 13098392. OLE color: 13098392.
HSL color Cylindrical-coordinate representation of color #98DDC7: hue angle of 160.87º 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 #98DDC7 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 199 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.13 |
| HSL | 160.87º | 0.5% | 0.73% | - |
| HSV(B) | 160.87º | 0.31% | 0.87% | - |
| XYZ | 49.11 | 62.51 | 63.51 | - |
| YUV | 197.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 199 | 0.31 | 0 | 0.10 | 0.13 | 160.87 | 0.5 | 0.73 |
| Hex | 98 | DD | C7 | 1F | 0 | A | D | A1 | 32 | 49 |
| Octal | 230 | 335 | 307 | 37 | 0 | 12 | 15 | 241 | 62 | 111 |
| Binary | 10011000 | 11011101 | 11000111 | 11111 | 0 | 1010 | 1101 | 10100001 | 110010 | 1001001 |
Color Harmonies of #98DDC7
Complementary color
Monochromatic Colors of #98DDC7
Black with #98DDC7
Text Example
Text Example
White with #98DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDC7; }
p { color: rgb(152,221,199); }
H1.HeaderClassName
{
color: #98DDC7;
}
.AnyTagClassName
{
color: #98DDC7;
}
</style>
background-color css
<style>
a { background-color: #98DDC7; }
a { background-color: rgb(152,221,199); }
div.DivClassName
{
background-color: #98DDC7;
}
.BgClassName
{
background-color: #98DDC7;
}
</style>
border-color css
<style>
span { border-color: #98DDC7; }
span { border-color: rgb(152,221,199); }
td.TdClassName
{
border-color: #98DDC7;
}
.TagClassName
{
border-color: #98DDC7;
}
</style>