Shades of Riptide #98DDCA
Tints of Riptide #98DDCA
RGB
CMYK
RGB Variations
Color information
#98DDCA (or 0x98DDCA) is known color: Riptide. HEX triplet: 98, DD and CA. RGB value is (152,221,202). Sum of RGB (Red+Green+Blue) = 152+221+202=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDCA is #672235. Grayscale: #C6C6C6. Windows color (decimal): -6758966 or 13295000. OLE color: 13295000.
HSL color Cylindrical-coordinate representation of color #98DDCA: hue angle of 163.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDCA is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 202 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.13 |
| HSL | 163.48º | 0.5% | 0.73% | - |
| HSV(B) | 163.48º | 0.31% | 0.87% | - |
| XYZ | 49.47 | 62.65 | 65.36 | - |
| YUV | 198.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 202 | 0.31 | 0 | 0.09 | 0.13 | 163.48 | 0.5 | 0.73 |
| Hex | 98 | DD | CA | 1F | 0 | 9 | D | A3 | 32 | 49 |
| Octal | 230 | 335 | 312 | 37 | 0 | 11 | 15 | 243 | 62 | 111 |
| Binary | 10011000 | 11011101 | 11001010 | 11111 | 0 | 1001 | 1101 | 10100011 | 110010 | 1001001 |
Color Harmonies of #98DDCA
Complementary color
Monochromatic Colors of #98DDCA
Black with #98DDCA
Text Example
Text Example
White with #98DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDCA; }
p { color: rgb(152,221,202); }
H1.HeaderClassName
{
color: #98DDCA;
}
.AnyTagClassName
{
color: #98DDCA;
}
</style>
background-color css
<style>
a { background-color: #98DDCA; }
a { background-color: rgb(152,221,202); }
div.DivClassName
{
background-color: #98DDCA;
}
.BgClassName
{
background-color: #98DDCA;
}
</style>
border-color css
<style>
span { border-color: #98DDCA; }
span { border-color: rgb(152,221,202); }
td.TdClassName
{
border-color: #98DDCA;
}
.TagClassName
{
border-color: #98DDCA;
}
</style>