Shades of Riptide #98DFC3
Tints of Riptide #98DFC3
RGB
CMYK
RGB Variations
Color information
#98DFC3 (or 0x98DFC3) is known color: Riptide. HEX triplet: 98, DF and C3. RGB value is (152,223,195). Sum of RGB (Red+Green+Blue) = 152+223+195=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFC3 is #67203C. Grayscale: #C6C6C6. Windows color (decimal): -6758461 or 12836760. OLE color: 12836760.
HSL color Cylindrical-coordinate representation of color #98DFC3: hue angle of 156.34º 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 #98DFC3 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 195 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.13 |
| HSL | 156.34º | 0.53% | 0.74% | - |
| HSV(B) | 156.34º | 0.32% | 0.87% | - |
| XYZ | 49.19 | 63.39 | 61.27 | - |
| YUV | 198.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 195 | 0.32 | 0 | 0.13 | 0.13 | 156.34 | 0.53 | 0.74 |
| Hex | 98 | DF | C3 | 20 | 0 | D | D | 9C | 35 | 4A |
| Octal | 230 | 337 | 303 | 40 | 0 | 15 | 15 | 234 | 65 | 112 |
| Binary | 10011000 | 11011111 | 11000011 | 100000 | 0 | 1101 | 1101 | 10011100 | 110101 | 1001010 |
Color Harmonies of #98DFC3
Complementary color
Monochromatic Colors of #98DFC3
Black with #98DFC3
Text Example
Text Example
White with #98DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFC3; }
p { color: rgb(152,223,195); }
H1.HeaderClassName
{
color: #98DFC3;
}
.AnyTagClassName
{
color: #98DFC3;
}
</style>
background-color css
<style>
a { background-color: #98DFC3; }
a { background-color: rgb(152,223,195); }
div.DivClassName
{
background-color: #98DFC3;
}
.BgClassName
{
background-color: #98DFC3;
}
</style>
border-color css
<style>
span { border-color: #98DFC3; }
span { border-color: rgb(152,223,195); }
td.TdClassName
{
border-color: #98DFC3;
}
.TagClassName
{
border-color: #98DFC3;
}
</style>