Shades of Riptide #98D9CB
Tints of Riptide #98D9CB
RGB
CMYK
RGB Variations
Color information
#98D9CB (or 0x98D9CB) is known color: Riptide. HEX triplet: 98, D9 and CB. RGB value is (152,217,203). Sum of RGB (Red+Green+Blue) = 152+217+203=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9CB is #672634. Grayscale: #C3C3C3. Windows color (decimal): -6759989 or 13359512. OLE color: 13359512.
HSL color Cylindrical-coordinate representation of color #98D9CB: hue angle of 167.08º 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 #98D9CB is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 203 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.15 |
| HSL | 167.08º | 0.46% | 0.72% | - |
| HSV(B) | 167.08º | 0.3% | 0.85% | - |
| XYZ | 48.54 | 60.61 | 65.64 | - |
| YUV | 195.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 203 | 0.30 | 0 | 0.06 | 0.15 | 167.08 | 0.46 | 0.72 |
| Hex | 98 | D9 | CB | 1E | 0 | 6 | F | A7 | 2E | 48 |
| Octal | 230 | 331 | 313 | 36 | 0 | 6 | 17 | 247 | 56 | 110 |
| Binary | 10011000 | 11011001 | 11001011 | 11110 | 0 | 110 | 1111 | 10100111 | 101110 | 1001000 |
Color Harmonies of #98D9CB
Complementary color
Monochromatic Colors of #98D9CB
Black with #98D9CB
Text Example
Text Example
White with #98D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9CB; }
p { color: rgb(152,217,203); }
H1.HeaderClassName
{
color: #98D9CB;
}
.AnyTagClassName
{
color: #98D9CB;
}
</style>
background-color css
<style>
a { background-color: #98D9CB; }
a { background-color: rgb(152,217,203); }
div.DivClassName
{
background-color: #98D9CB;
}
.BgClassName
{
background-color: #98D9CB;
}
</style>
border-color css
<style>
span { border-color: #98D9CB; }
span { border-color: rgb(152,217,203); }
td.TdClassName
{
border-color: #98D9CB;
}
.TagClassName
{
border-color: #98D9CB;
}
</style>