Shades of Riptide #98DFCB
Tints of Riptide #98DFCB
RGB
CMYK
RGB Variations
Color information
#98DFCB (or 0x98DFCB) is known color: Riptide. HEX triplet: 98, DF and CB. RGB value is (152,223,203). Sum of RGB (Red+Green+Blue) = 152+223+203=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFCB is #672034. Grayscale: #C7C7C7. Windows color (decimal): -6758453 or 13361048. OLE color: 13361048.
HSL color Cylindrical-coordinate representation of color #98DFCB: hue angle of 163.1º 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 #98DFCB is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 203 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.13 |
| HSL | 163.1º | 0.53% | 0.74% | - |
| HSV(B) | 163.1º | 0.32% | 0.87% | - |
| XYZ | 50.12 | 63.76 | 66.17 | - |
| YUV | 199.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 203 | 0.32 | 0 | 0.09 | 0.13 | 163.1 | 0.53 | 0.74 |
| Hex | 98 | DF | CB | 20 | 0 | 9 | D | A3 | 35 | 4A |
| Octal | 230 | 337 | 313 | 40 | 0 | 11 | 15 | 243 | 65 | 112 |
| Binary | 10011000 | 11011111 | 11001011 | 100000 | 0 | 1001 | 1101 | 10100011 | 110101 | 1001010 |
Color Harmonies of #98DFCB
Complementary color
Monochromatic Colors of #98DFCB
Black with #98DFCB
Text Example
Text Example
White with #98DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFCB; }
p { color: rgb(152,223,203); }
H1.HeaderClassName
{
color: #98DFCB;
}
.AnyTagClassName
{
color: #98DFCB;
}
</style>
background-color css
<style>
a { background-color: #98DFCB; }
a { background-color: rgb(152,223,203); }
div.DivClassName
{
background-color: #98DFCB;
}
.BgClassName
{
background-color: #98DFCB;
}
</style>
border-color css
<style>
span { border-color: #98DFCB; }
span { border-color: rgb(152,223,203); }
td.TdClassName
{
border-color: #98DFCB;
}
.TagClassName
{
border-color: #98DFCB;
}
</style>