Shades of Riptide #98D9C5
Tints of Riptide #98D9C5
RGB
CMYK
RGB Variations
Color information
#98D9C5 (or 0x98D9C5) is known color: Riptide. HEX triplet: 98, D9 and C5. RGB value is (152,217,197). Sum of RGB (Red+Green+Blue) = 152+217+197=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9C5 is #67263A. Grayscale: #C3C3C3. Windows color (decimal): -6759995 or 12966296. OLE color: 12966296.
HSL color Cylindrical-coordinate representation of color #98D9C5: hue angle of 161.54º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D9C5 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 197 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.15 |
| HSL | 161.54º | 0.46% | 0.72% | - |
| HSV(B) | 161.54º | 0.3% | 0.85% | - |
| XYZ | 47.84 | 60.33 | 61.95 | - |
| YUV | 195.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 197 | 0.30 | 0 | 0.09 | 0.15 | 161.54 | 0.46 | 0.72 |
| Hex | 98 | D9 | C5 | 1E | 0 | 9 | F | A2 | 2E | 48 |
| Octal | 230 | 331 | 305 | 36 | 0 | 11 | 17 | 242 | 56 | 110 |
| Binary | 10011000 | 11011001 | 11000101 | 11110 | 0 | 1001 | 1111 | 10100010 | 101110 | 1001000 |
Color Harmonies of #98D9C5
Complementary color
Monochromatic Colors of #98D9C5
Black with #98D9C5
Text Example
Text Example
White with #98D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9C5; }
p { color: rgb(152,217,197); }
H1.HeaderClassName
{
color: #98D9C5;
}
.AnyTagClassName
{
color: #98D9C5;
}
</style>
background-color css
<style>
a { background-color: #98D9C5; }
a { background-color: rgb(152,217,197); }
div.DivClassName
{
background-color: #98D9C5;
}
.BgClassName
{
background-color: #98D9C5;
}
</style>
border-color css
<style>
span { border-color: #98D9C5; }
span { border-color: rgb(152,217,197); }
td.TdClassName
{
border-color: #98D9C5;
}
.TagClassName
{
border-color: #98D9C5;
}
</style>