Shades of Riptide #98D8CC
Tints of Riptide #98D8CC
RGB
CMYK
RGB Variations
Color information
#98D8CC (or 0x98D8CC) is known color: Riptide. HEX triplet: 98, D8 and CC. RGB value is (152,216,204). Sum of RGB (Red+Green+Blue) = 152+216+204=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8CC is #672733. Grayscale: #C3C3C3. Windows color (decimal): -6760244 or 13424792. OLE color: 13424792.
HSL color Cylindrical-coordinate representation of color #98D8CC: hue angle of 168.75º degrees, saturation: 0.45, 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 #98D8CC is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 204 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.15 |
| HSL | 168.75º | 0.45% | 0.72% | - |
| HSV(B) | 168.75º | 0.3% | 0.85% | - |
| XYZ | 48.4 | 60.15 | 66.19 | - |
| YUV | 195.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 204 | 0.30 | 0 | 0.06 | 0.15 | 168.75 | 0.45 | 0.72 |
| Hex | 98 | D8 | CC | 1E | 0 | 6 | F | A9 | 2D | 48 |
| Octal | 230 | 330 | 314 | 36 | 0 | 6 | 17 | 251 | 55 | 110 |
| Binary | 10011000 | 11011000 | 11001100 | 11110 | 0 | 110 | 1111 | 10101001 | 101101 | 1001000 |
Color Harmonies of #98D8CC
Complementary color
Monochromatic Colors of #98D8CC
Black with #98D8CC
Text Example
Text Example
White with #98D8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D8CC; }
p { color: rgb(152,216,204); }
H1.HeaderClassName
{
color: #98D8CC;
}
.AnyTagClassName
{
color: #98D8CC;
}
</style>
background-color css
<style>
a { background-color: #98D8CC; }
a { background-color: rgb(152,216,204); }
div.DivClassName
{
background-color: #98D8CC;
}
.BgClassName
{
background-color: #98D8CC;
}
</style>
border-color css
<style>
span { border-color: #98D8CC; }
span { border-color: rgb(152,216,204); }
td.TdClassName
{
border-color: #98D8CC;
}
.TagClassName
{
border-color: #98D8CC;
}
</style>