Shades of Riptide #98D7CA
Tints of Riptide #98D7CA
RGB
CMYK
RGB Variations
Color information
#98D7CA (or 0x98D7CA) is known color: Riptide. HEX triplet: 98, D7 and CA. RGB value is (152,215,202). Sum of RGB (Red+Green+Blue) = 152+215+202=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7CA is #672835. Grayscale: #C2C2C2. Windows color (decimal): -6760502 or 13293464. OLE color: 13293464.
HSL color Cylindrical-coordinate representation of color #98D7CA: hue angle of 167.62º degrees, saturation: 0.44, 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 #98D7CA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 202 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.16 |
| HSL | 167.62º | 0.44% | 0.72% | - |
| HSV(B) | 167.62º | 0.29% | 0.84% | - |
| XYZ | 47.91 | 59.54 | 64.84 | - |
| YUV | 194.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 202 | 0.29 | 0 | 0.06 | 0.16 | 167.62 | 0.44 | 0.72 |
| Hex | 98 | D7 | CA | 1D | 0 | 6 | 10 | A8 | 2C | 48 |
| Octal | 230 | 327 | 312 | 35 | 0 | 6 | 20 | 250 | 54 | 110 |
| Binary | 10011000 | 11010111 | 11001010 | 11101 | 0 | 110 | 10000 | 10101000 | 101100 | 1001000 |
Color Harmonies of #98D7CA
Complementary color
Monochromatic Colors of #98D7CA
Black with #98D7CA
Text Example
Text Example
White with #98D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D7CA; }
p { color: rgb(152,215,202); }
H1.HeaderClassName
{
color: #98D7CA;
}
.AnyTagClassName
{
color: #98D7CA;
}
</style>
background-color css
<style>
a { background-color: #98D7CA; }
a { background-color: rgb(152,215,202); }
div.DivClassName
{
background-color: #98D7CA;
}
.BgClassName
{
background-color: #98D7CA;
}
</style>
border-color css
<style>
span { border-color: #98D7CA; }
span { border-color: rgb(152,215,202); }
td.TdClassName
{
border-color: #98D7CA;
}
.TagClassName
{
border-color: #98D7CA;
}
</style>