Shades of Riptide #98DCCB
Tints of Riptide #98DCCB
RGB
CMYK
RGB Variations
Color information
#98DCCB (or 0x98DCCB) is known color: Riptide. HEX triplet: 98, DC and CB. RGB value is (152,220,203). Sum of RGB (Red+Green+Blue) = 152+220+203=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCCB is #672334. Grayscale: #C5C5C5. Windows color (decimal): -6759221 or 13360280. OLE color: 13360280.
HSL color Cylindrical-coordinate representation of color #98DCCB: hue angle of 165º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCCB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 203 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.14 |
| HSL | 165º | 0.49% | 0.73% | - |
| HSV(B) | 165º | 0.31% | 0.86% | - |
| XYZ | 49.32 | 62.17 | 65.9 | - |
| YUV | 197.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 203 | 0.31 | 0 | 0.08 | 0.14 | 165 | 0.49 | 0.73 |
| Hex | 98 | DC | CB | 1F | 0 | 8 | E | A5 | 31 | 49 |
| Octal | 230 | 334 | 313 | 37 | 0 | 10 | 16 | 245 | 61 | 111 |
| Binary | 10011000 | 11011100 | 11001011 | 11111 | 0 | 1000 | 1110 | 10100101 | 110001 | 1001001 |
Color Harmonies of #98DCCB
Complementary color
Monochromatic Colors of #98DCCB
Black with #98DCCB
Text Example
Text Example
White with #98DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCCB; }
p { color: rgb(152,220,203); }
H1.HeaderClassName
{
color: #98DCCB;
}
.AnyTagClassName
{
color: #98DCCB;
}
</style>
background-color css
<style>
a { background-color: #98DCCB; }
a { background-color: rgb(152,220,203); }
div.DivClassName
{
background-color: #98DCCB;
}
.BgClassName
{
background-color: #98DCCB;
}
</style>
border-color css
<style>
span { border-color: #98DCCB; }
span { border-color: rgb(152,220,203); }
td.TdClassName
{
border-color: #98DCCB;
}
.TagClassName
{
border-color: #98DCCB;
}
</style>