Shades of Riptide #98D1C7
Tints of Riptide #98D1C7
RGB
CMYK
RGB Variations
Color information
#98D1C7 (or 0x98D1C7) is known color: Riptide. HEX triplet: 98, D1 and C7. RGB value is (152,209,199). Sum of RGB (Red+Green+Blue) = 152+209+199=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #98D1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D1C7 is #672E38. Grayscale: #BEBEBE. Windows color (decimal): -6762041 or 13095320. OLE color: 13095320.
HSL color Cylindrical-coordinate representation of color #98D1C7: hue angle of 169.47º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D1C7 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 199 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.18 |
| HSL | 169.47º | 0.38% | 0.71% | - |
| HSV(B) | 169.47º | 0.27% | 0.82% | - |
| XYZ | 46.06 | 56.4 | 62.49 | - |
| YUV | 190.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 199 | 0.27 | 0 | 0.05 | 0.18 | 169.47 | 0.38 | 0.71 |
| Hex | 98 | D1 | C7 | 1B | 0 | 5 | 12 | A9 | 26 | 47 |
| Octal | 230 | 321 | 307 | 33 | 0 | 5 | 22 | 251 | 46 | 107 |
| Binary | 10011000 | 11010001 | 11000111 | 11011 | 0 | 101 | 10010 | 10101001 | 100110 | 1000111 |
Color Harmonies of #98D1C7
Complementary color
Monochromatic Colors of #98D1C7
Black with #98D1C7
Text Example
Text Example
White with #98D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D1C7; }
p { color: rgb(152,209,199); }
H1.HeaderClassName
{
color: #98D1C7;
}
.AnyTagClassName
{
color: #98D1C7;
}
</style>
background-color css
<style>
a { background-color: #98D1C7; }
a { background-color: rgb(152,209,199); }
div.DivClassName
{
background-color: #98D1C7;
}
.BgClassName
{
background-color: #98D1C7;
}
</style>
border-color css
<style>
span { border-color: #98D1C7; }
span { border-color: rgb(152,209,199); }
td.TdClassName
{
border-color: #98D1C7;
}
.TagClassName
{
border-color: #98D1C7;
}
</style>