Shades of Riptide #98DFC5
Tints of Riptide #98DFC5
RGB
CMYK
RGB Variations
Color information
#98DFC5 (or 0x98DFC5) is known color: Riptide. HEX triplet: 98, DF and C5. RGB value is (152,223,197). Sum of RGB (Red+Green+Blue) = 152+223+197=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFC5 is #67203A. Grayscale: #C6C6C6. Windows color (decimal): -6758459 or 12967832. OLE color: 12967832.
HSL color Cylindrical-coordinate representation of color #98DFC5: hue angle of 158.03º 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 #98DFC5 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 197 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.13 |
| HSL | 158.03º | 0.53% | 0.74% | - |
| HSV(B) | 158.03º | 0.32% | 0.87% | - |
| XYZ | 49.41 | 63.48 | 62.47 | - |
| YUV | 198.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 197 | 0.32 | 0 | 0.12 | 0.13 | 158.03 | 0.53 | 0.74 |
| Hex | 98 | DF | C5 | 20 | 0 | C | D | 9E | 35 | 4A |
| Octal | 230 | 337 | 305 | 40 | 0 | 14 | 15 | 236 | 65 | 112 |
| Binary | 10011000 | 11011111 | 11000101 | 100000 | 0 | 1100 | 1101 | 10011110 | 110101 | 1001010 |
Color Harmonies of #98DFC5
Complementary color
Monochromatic Colors of #98DFC5
Black with #98DFC5
Text Example
Text Example
White with #98DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFC5; }
p { color: rgb(152,223,197); }
H1.HeaderClassName
{
color: #98DFC5;
}
.AnyTagClassName
{
color: #98DFC5;
}
</style>
background-color css
<style>
a { background-color: #98DFC5; }
a { background-color: rgb(152,223,197); }
div.DivClassName
{
background-color: #98DFC5;
}
.BgClassName
{
background-color: #98DFC5;
}
</style>
border-color css
<style>
span { border-color: #98DFC5; }
span { border-color: rgb(152,223,197); }
td.TdClassName
{
border-color: #98DFC5;
}
.TagClassName
{
border-color: #98DFC5;
}
</style>