Shades of Riptide #98DECF
Tints of Riptide #98DECF
RGB
CMYK
RGB Variations
Color information
#98DECF (or 0x98DECF) is known color: Riptide. HEX triplet: 98, DE and CF. RGB value is (152,222,207). Sum of RGB (Red+Green+Blue) = 152+222+207=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #98DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DECF is #672130. Grayscale: #C7C7C7. Windows color (decimal): -6758705 or 13622936. OLE color: 13622936.
HSL color Cylindrical-coordinate representation of color #98DECF: hue angle of 167.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DECF is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 207 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.13 |
| HSL | 167.14º | 0.51% | 0.73% | - |
| HSV(B) | 167.14º | 0.32% | 0.87% | - |
| XYZ | 50.33 | 63.42 | 68.62 | - |
| YUV | 199.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 207 | 0.32 | 0 | 0.07 | 0.13 | 167.14 | 0.51 | 0.73 |
| Hex | 98 | DE | CF | 20 | 0 | 7 | D | A7 | 33 | 49 |
| Octal | 230 | 336 | 317 | 40 | 0 | 7 | 15 | 247 | 63 | 111 |
| Binary | 10011000 | 11011110 | 11001111 | 100000 | 0 | 111 | 1101 | 10100111 | 110011 | 1001001 |
Color Harmonies of #98DECF
Complementary color
Monochromatic Colors of #98DECF
Black with #98DECF
Text Example
Text Example
White with #98DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DECF; }
p { color: rgb(152,222,207); }
H1.HeaderClassName
{
color: #98DECF;
}
.AnyTagClassName
{
color: #98DECF;
}
</style>
background-color css
<style>
a { background-color: #98DECF; }
a { background-color: rgb(152,222,207); }
div.DivClassName
{
background-color: #98DECF;
}
.BgClassName
{
background-color: #98DECF;
}
</style>
border-color css
<style>
span { border-color: #98DECF; }
span { border-color: rgb(152,222,207); }
td.TdClassName
{
border-color: #98DECF;
}
.TagClassName
{
border-color: #98DECF;
}
</style>