Shades of Riptide #98D1C6
Tints of Riptide #98D1C6
RGB
CMYK
RGB Variations
Color information
#98D1C6 (or 0x98D1C6) is known color: Riptide. HEX triplet: 98, D1 and C6. RGB value is (152,209,198). Sum of RGB (Red+Green+Blue) = 152+209+198=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #98D1C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D1C6 is #672E39. Grayscale: #BEBEBE. Windows color (decimal): -6762042 or 13029784. OLE color: 13029784.
HSL color Cylindrical-coordinate representation of color #98D1C6: hue angle of 168.42º 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 #98D1C6 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 198 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.18 |
| HSL | 168.42º | 0.38% | 0.71% | - |
| HSV(B) | 168.42º | 0.27% | 0.82% | - |
| XYZ | 45.94 | 56.35 | 61.88 | - |
| YUV | 190.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 198 | 0.27 | 0 | 0.05 | 0.18 | 168.42 | 0.38 | 0.71 |
| Hex | 98 | D1 | C6 | 1B | 0 | 5 | 12 | A8 | 26 | 47 |
| Octal | 230 | 321 | 306 | 33 | 0 | 5 | 22 | 250 | 46 | 107 |
| Binary | 10011000 | 11010001 | 11000110 | 11011 | 0 | 101 | 10010 | 10101000 | 100110 | 1000111 |
Color Harmonies of #98D1C6
Complementary color
Monochromatic Colors of #98D1C6
Black with #98D1C6
Text Example
Text Example
White with #98D1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D1C6; }
p { color: rgb(152,209,198); }
H1.HeaderClassName
{
color: #98D1C6;
}
.AnyTagClassName
{
color: #98D1C6;
}
</style>
background-color css
<style>
a { background-color: #98D1C6; }
a { background-color: rgb(152,209,198); }
div.DivClassName
{
background-color: #98D1C6;
}
.BgClassName
{
background-color: #98D1C6;
}
</style>
border-color css
<style>
span { border-color: #98D1C6; }
span { border-color: rgb(152,209,198); }
td.TdClassName
{
border-color: #98D1C6;
}
.TagClassName
{
border-color: #98D1C6;
}
</style>