Shades of Riptide #98D7C2
Tints of Riptide #98D7C2
RGB
CMYK
RGB Variations
Color information
#98D7C2 (or 0x98D7C2) is known color: Riptide. HEX triplet: 98, D7 and C2. RGB value is (152,215,194). Sum of RGB (Red+Green+Blue) = 152+215+194=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7C2 is #67283D. Grayscale: #C1C1C1. Windows color (decimal): -6760510 or 12769176. OLE color: 12769176.
HSL color Cylindrical-coordinate representation of color #98D7C2: hue angle of 160º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D7C2 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 194 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.16 |
| HSL | 160º | 0.44% | 0.72% | - |
| HSV(B) | 160º | 0.29% | 0.84% | - |
| XYZ | 46.99 | 59.17 | 59.98 | - |
| YUV | 193.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 194 | 0.29 | 0 | 0.10 | 0.16 | 160 | 0.44 | 0.72 |
| Hex | 98 | D7 | C2 | 1D | 0 | A | 10 | A0 | 2C | 48 |
| Octal | 230 | 327 | 302 | 35 | 0 | 12 | 20 | 240 | 54 | 110 |
| Binary | 10011000 | 11010111 | 11000010 | 11101 | 0 | 1010 | 10000 | 10100000 | 101100 | 1001000 |
Color Harmonies of #98D7C2
Complementary color
Monochromatic Colors of #98D7C2
Black with #98D7C2
Text Example
Text Example
White with #98D7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D7C2; }
p { color: rgb(152,215,194); }
H1.HeaderClassName
{
color: #98D7C2;
}
.AnyTagClassName
{
color: #98D7C2;
}
</style>
background-color css
<style>
a { background-color: #98D7C2; }
a { background-color: rgb(152,215,194); }
div.DivClassName
{
background-color: #98D7C2;
}
.BgClassName
{
background-color: #98D7C2;
}
</style>
border-color css
<style>
span { border-color: #98D7C2; }
span { border-color: rgb(152,215,194); }
td.TdClassName
{
border-color: #98D7C2;
}
.TagClassName
{
border-color: #98D7C2;
}
</style>