Shades of Riptide #98DDC5
Tints of Riptide #98DDC5
RGB
CMYK
RGB Variations
Color information
#98DDC5 (or 0x98DDC5) is known color: Riptide. HEX triplet: 98, DD and C5. RGB value is (152,221,197). Sum of RGB (Red+Green+Blue) = 152+221+197=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDC5 is #67223A. Grayscale: #C5C5C5. Windows color (decimal): -6758971 or 12967320. OLE color: 12967320.
HSL color Cylindrical-coordinate representation of color #98DDC5: hue angle of 159.13º 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 #98DDC5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 197 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.13 |
| HSL | 159.13º | 0.5% | 0.73% | - |
| HSV(B) | 159.13º | 0.31% | 0.87% | - |
| XYZ | 48.88 | 62.42 | 62.3 | - |
| YUV | 197.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 197 | 0.31 | 0 | 0.11 | 0.13 | 159.13 | 0.5 | 0.73 |
| Hex | 98 | DD | C5 | 1F | 0 | B | D | 9F | 32 | 49 |
| Octal | 230 | 335 | 305 | 37 | 0 | 13 | 15 | 237 | 62 | 111 |
| Binary | 10011000 | 11011101 | 11000101 | 11111 | 0 | 1011 | 1101 | 10011111 | 110010 | 1001001 |
Color Harmonies of #98DDC5
Complementary color
Monochromatic Colors of #98DDC5
Black with #98DDC5
Text Example
Text Example
White with #98DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDC5; }
p { color: rgb(152,221,197); }
H1.HeaderClassName
{
color: #98DDC5;
}
.AnyTagClassName
{
color: #98DDC5;
}
</style>
background-color css
<style>
a { background-color: #98DDC5; }
a { background-color: rgb(152,221,197); }
div.DivClassName
{
background-color: #98DDC5;
}
.BgClassName
{
background-color: #98DDC5;
}
</style>
border-color css
<style>
span { border-color: #98DDC5; }
span { border-color: rgb(152,221,197); }
td.TdClassName
{
border-color: #98DDC5;
}
.TagClassName
{
border-color: #98DDC5;
}
</style>