Shades of Riptide #98DCCA
Tints of Riptide #98DCCA
RGB
CMYK
RGB Variations
Color information
#98DCCA (or 0x98DCCA) is known color: Riptide. HEX triplet: 98, DC and CA. RGB value is (152,220,202). Sum of RGB (Red+Green+Blue) = 152+220+202=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCCA is #672335. Grayscale: #C5C5C5. Windows color (decimal): -6759222 or 13294744. OLE color: 13294744.
HSL color Cylindrical-coordinate representation of color #98DCCA: hue angle of 164.12º 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 #98DCCA is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 202 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.14 |
| HSL | 164.12º | 0.49% | 0.73% | - |
| HSV(B) | 164.12º | 0.31% | 0.86% | - |
| XYZ | 49.2 | 62.13 | 65.28 | - |
| YUV | 197.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 202 | 0.31 | 0 | 0.08 | 0.14 | 164.12 | 0.49 | 0.73 |
| Hex | 98 | DC | CA | 1F | 0 | 8 | E | A4 | 31 | 49 |
| Octal | 230 | 334 | 312 | 37 | 0 | 10 | 16 | 244 | 61 | 111 |
| Binary | 10011000 | 11011100 | 11001010 | 11111 | 0 | 1000 | 1110 | 10100100 | 110001 | 1001001 |
Color Harmonies of #98DCCA
Complementary color
Monochromatic Colors of #98DCCA
Black with #98DCCA
Text Example
Text Example
White with #98DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCCA; }
p { color: rgb(152,220,202); }
H1.HeaderClassName
{
color: #98DCCA;
}
.AnyTagClassName
{
color: #98DCCA;
}
</style>
background-color css
<style>
a { background-color: #98DCCA; }
a { background-color: rgb(152,220,202); }
div.DivClassName
{
background-color: #98DCCA;
}
.BgClassName
{
background-color: #98DCCA;
}
</style>
border-color css
<style>
span { border-color: #98DCCA; }
span { border-color: rgb(152,220,202); }
td.TdClassName
{
border-color: #98DCCA;
}
.TagClassName
{
border-color: #98DCCA;
}
</style>