Shades of Riptide #98E3C6
Tints of Riptide #98E3C6
RGB
CMYK
RGB Variations
Color information
#98E3C6 (or 0x98E3C6) is known color: Riptide. HEX triplet: 98, E3 and C6. RGB value is (152,227,198). Sum of RGB (Red+Green+Blue) = 152+227+198=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #98E3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E3C6 is #671C39. Grayscale: #C9C9C9. Windows color (decimal): -6757434 or 13034392. OLE color: 13034392.
HSL color Cylindrical-coordinate representation of color #98E3C6: hue angle of 156.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E3C6 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 198 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.11 |
| HSL | 156.8º | 0.57% | 0.74% | - |
| HSV(B) | 156.8º | 0.33% | 0.89% | - |
| XYZ | 50.61 | 65.69 | 63.44 | - |
| YUV | 201.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 198 | 0.33 | 0 | 0.13 | 0.11 | 156.8 | 0.57 | 0.74 |
| Hex | 98 | E3 | C6 | 21 | 0 | D | B | 9D | 39 | 4A |
| Octal | 230 | 343 | 306 | 41 | 0 | 15 | 13 | 235 | 71 | 112 |
| Binary | 10011000 | 11100011 | 11000110 | 100001 | 0 | 1101 | 1011 | 10011101 | 111001 | 1001010 |
Color Harmonies of #98E3C6
Complementary color
Monochromatic Colors of #98E3C6
Black with #98E3C6
Text Example
Text Example
White with #98E3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E3C6; }
p { color: rgb(152,227,198); }
H1.HeaderClassName
{
color: #98E3C6;
}
.AnyTagClassName
{
color: #98E3C6;
}
</style>
background-color css
<style>
a { background-color: #98E3C6; }
a { background-color: rgb(152,227,198); }
div.DivClassName
{
background-color: #98E3C6;
}
.BgClassName
{
background-color: #98E3C6;
}
</style>
border-color css
<style>
span { border-color: #98E3C6; }
span { border-color: rgb(152,227,198); }
td.TdClassName
{
border-color: #98E3C6;
}
.TagClassName
{
border-color: #98E3C6;
}
</style>