Shades of Riptide #98DFC9
Tints of Riptide #98DFC9
RGB
CMYK
RGB Variations
Color information
#98DFC9 (or 0x98DFC9) is known color: Riptide. HEX triplet: 98, DF and C9. RGB value is (152,223,201). Sum of RGB (Red+Green+Blue) = 152+223+201=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFC9 is #672036. Grayscale: #C7C7C7. Windows color (decimal): -6758455 or 13229976. OLE color: 13229976.
HSL color Cylindrical-coordinate representation of color #98DFC9: hue angle of 161.41º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFC9 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 201 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.13 |
| HSL | 161.41º | 0.53% | 0.74% | - |
| HSV(B) | 161.41º | 0.32% | 0.87% | - |
| XYZ | 49.88 | 63.67 | 64.92 | - |
| YUV | 199.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 201 | 0.32 | 0 | 0.10 | 0.13 | 161.41 | 0.53 | 0.74 |
| Hex | 98 | DF | C9 | 20 | 0 | A | D | A1 | 35 | 4A |
| Octal | 230 | 337 | 311 | 40 | 0 | 12 | 15 | 241 | 65 | 112 |
| Binary | 10011000 | 11011111 | 11001001 | 100000 | 0 | 1010 | 1101 | 10100001 | 110101 | 1001010 |
Color Harmonies of #98DFC9
Complementary color
Monochromatic Colors of #98DFC9
Black with #98DFC9
Text Example
Text Example
White with #98DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFC9; }
p { color: rgb(152,223,201); }
H1.HeaderClassName
{
color: #98DFC9;
}
.AnyTagClassName
{
color: #98DFC9;
}
</style>
background-color css
<style>
a { background-color: #98DFC9; }
a { background-color: rgb(152,223,201); }
div.DivClassName
{
background-color: #98DFC9;
}
.BgClassName
{
background-color: #98DFC9;
}
</style>
border-color css
<style>
span { border-color: #98DFC9; }
span { border-color: rgb(152,223,201); }
td.TdClassName
{
border-color: #98DFC9;
}
.TagClassName
{
border-color: #98DFC9;
}
</style>