Shades of Riptide #98E1D1
Tints of Riptide #98E1D1
RGB
CMYK
RGB Variations
Color information
#98E1D1 (or 0x98E1D1) is known color: Riptide. HEX triplet: 98, E1 and D1. RGB value is (152,225,209). Sum of RGB (Red+Green+Blue) = 152+225+209=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #98E1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E1D1 is #671E2E. Grayscale: #C9C9C9. Windows color (decimal): -6757935 or 13754776. OLE color: 13754776.
HSL color Cylindrical-coordinate representation of color #98E1D1: hue angle of 166.85º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E1D1 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 225 | 209 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.12 |
| HSL | 166.85º | 0.55% | 0.74% | - |
| HSV(B) | 166.85º | 0.32% | 0.88% | - |
| XYZ | 51.38 | 65.13 | 70.18 | - |
| YUV | 201.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 225 | 209 | 0.32 | 0 | 0.07 | 0.12 | 166.85 | 0.55 | 0.74 |
| Hex | 98 | E1 | D1 | 20 | 0 | 7 | C | A7 | 37 | 4A |
| Octal | 230 | 341 | 321 | 40 | 0 | 7 | 14 | 247 | 67 | 112 |
| Binary | 10011000 | 11100001 | 11010001 | 100000 | 0 | 111 | 1100 | 10100111 | 110111 | 1001010 |
Color Harmonies of #98E1D1
Complementary color
Monochromatic Colors of #98E1D1
Black with #98E1D1
Text Example
Text Example
White with #98E1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E1D1; }
p { color: rgb(152,225,209); }
H1.HeaderClassName
{
color: #98E1D1;
}
.AnyTagClassName
{
color: #98E1D1;
}
</style>
background-color css
<style>
a { background-color: #98E1D1; }
a { background-color: rgb(152,225,209); }
div.DivClassName
{
background-color: #98E1D1;
}
.BgClassName
{
background-color: #98E1D1;
}
</style>
border-color css
<style>
span { border-color: #98E1D1; }
span { border-color: rgb(152,225,209); }
td.TdClassName
{
border-color: #98E1D1;
}
.TagClassName
{
border-color: #98E1D1;
}
</style>