Shades of Riptide #98DFCD
Tints of Riptide #98DFCD
RGB
CMYK
RGB Variations
Color information
#98DFCD (or 0x98DFCD) is known color: Riptide. HEX triplet: 98, DF and CD. RGB value is (152,223,205). Sum of RGB (Red+Green+Blue) = 152+223+205=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFCD is #672032. Grayscale: #C7C7C7. Windows color (decimal): -6758451 or 13492120. OLE color: 13492120.
HSL color Cylindrical-coordinate representation of color #98DFCD: hue angle of 164.79º 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 #98DFCD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 205 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.13 |
| HSL | 164.79º | 0.53% | 0.74% | - |
| HSV(B) | 164.79º | 0.32% | 0.87% | - |
| XYZ | 50.36 | 63.86 | 67.43 | - |
| YUV | 199.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 205 | 0.32 | 0 | 0.08 | 0.13 | 164.79 | 0.53 | 0.74 |
| Hex | 98 | DF | CD | 20 | 0 | 8 | D | A5 | 35 | 4A |
| Octal | 230 | 337 | 315 | 40 | 0 | 10 | 15 | 245 | 65 | 112 |
| Binary | 10011000 | 11011111 | 11001101 | 100000 | 0 | 1000 | 1101 | 10100101 | 110101 | 1001010 |
Color Harmonies of #98DFCD
Complementary color
Monochromatic Colors of #98DFCD
Black with #98DFCD
Text Example
Text Example
White with #98DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFCD; }
p { color: rgb(152,223,205); }
H1.HeaderClassName
{
color: #98DFCD;
}
.AnyTagClassName
{
color: #98DFCD;
}
</style>
background-color css
<style>
a { background-color: #98DFCD; }
a { background-color: rgb(152,223,205); }
div.DivClassName
{
background-color: #98DFCD;
}
.BgClassName
{
background-color: #98DFCD;
}
</style>
border-color css
<style>
span { border-color: #98DFCD; }
span { border-color: rgb(152,223,205); }
td.TdClassName
{
border-color: #98DFCD;
}
.TagClassName
{
border-color: #98DFCD;
}
</style>