Shades of Riptide #98D9C2
Tints of Riptide #98D9C2
RGB
CMYK
RGB Variations
Color information
#98D9C2 (or 0x98D9C2) is known color: Riptide. HEX triplet: 98, D9 and C2. RGB value is (152,217,194). Sum of RGB (Red+Green+Blue) = 152+217+194=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9C2 is #67263D. Grayscale: #C2C2C2. Windows color (decimal): -6759998 or 12769688. OLE color: 12769688.
HSL color Cylindrical-coordinate representation of color #98D9C2: hue angle of 158.77º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D9C2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 194 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.15 |
| HSL | 158.77º | 0.46% | 0.72% | - |
| HSV(B) | 158.77º | 0.3% | 0.85% | - |
| XYZ | 47.5 | 60.2 | 60.15 | - |
| YUV | 194.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 194 | 0.30 | 0 | 0.11 | 0.15 | 158.77 | 0.46 | 0.72 |
| Hex | 98 | D9 | C2 | 1E | 0 | B | F | 9F | 2E | 48 |
| Octal | 230 | 331 | 302 | 36 | 0 | 13 | 17 | 237 | 56 | 110 |
| Binary | 10011000 | 11011001 | 11000010 | 11110 | 0 | 1011 | 1111 | 10011111 | 101110 | 1001000 |
Color Harmonies of #98D9C2
Complementary color
Monochromatic Colors of #98D9C2
Black with #98D9C2
Text Example
Text Example
White with #98D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9C2; }
p { color: rgb(152,217,194); }
H1.HeaderClassName
{
color: #98D9C2;
}
.AnyTagClassName
{
color: #98D9C2;
}
</style>
background-color css
<style>
a { background-color: #98D9C2; }
a { background-color: rgb(152,217,194); }
div.DivClassName
{
background-color: #98D9C2;
}
.BgClassName
{
background-color: #98D9C2;
}
</style>
border-color css
<style>
span { border-color: #98D9C2; }
span { border-color: rgb(152,217,194); }
td.TdClassName
{
border-color: #98D9C2;
}
.TagClassName
{
border-color: #98D9C2;
}
</style>