Shades of Riptide #98D6CB
Tints of Riptide #98D6CB
RGB
CMYK
RGB Variations
Color information
#98D6CB (or 0x98D6CB) is known color: Riptide. HEX triplet: 98, D6 and CB. RGB value is (152,214,203). Sum of RGB (Red+Green+Blue) = 152+214+203=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6CB is #672934. Grayscale: #C2C2C2. Windows color (decimal): -6760757 or 13358744. OLE color: 13358744.
HSL color Cylindrical-coordinate representation of color #98D6CB: hue angle of 169.35º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6CB is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 203 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.16 |
| HSL | 169.35º | 0.43% | 0.72% | - |
| HSV(B) | 169.35º | 0.29% | 0.84% | - |
| XYZ | 47.77 | 59.08 | 65.39 | - |
| YUV | 194.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 203 | 0.29 | 0 | 0.05 | 0.16 | 169.35 | 0.43 | 0.72 |
| Hex | 98 | D6 | CB | 1D | 0 | 5 | 10 | A9 | 2B | 48 |
| Octal | 230 | 326 | 313 | 35 | 0 | 5 | 20 | 251 | 53 | 110 |
| Binary | 10011000 | 11010110 | 11001011 | 11101 | 0 | 101 | 10000 | 10101001 | 101011 | 1001000 |
Color Harmonies of #98D6CB
Complementary color
Monochromatic Colors of #98D6CB
Black with #98D6CB
Text Example
Text Example
White with #98D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6CB; }
p { color: rgb(152,214,203); }
H1.HeaderClassName
{
color: #98D6CB;
}
.AnyTagClassName
{
color: #98D6CB;
}
</style>
background-color css
<style>
a { background-color: #98D6CB; }
a { background-color: rgb(152,214,203); }
div.DivClassName
{
background-color: #98D6CB;
}
.BgClassName
{
background-color: #98D6CB;
}
</style>
border-color css
<style>
span { border-color: #98D6CB; }
span { border-color: rgb(152,214,203); }
td.TdClassName
{
border-color: #98D6CB;
}
.TagClassName
{
border-color: #98D6CB;
}
</style>