Shades of Riptide #98E4C6
Tints of Riptide #98E4C6
RGB
CMYK
RGB Variations
Color information
#98E4C6 (or 0x98E4C6) is known color: Riptide. HEX triplet: 98, E4 and C6. RGB value is (152,228,198). Sum of RGB (Red+Green+Blue) = 152+228+198=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #98E4C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E4C6 is #671B39. Grayscale: #C9C9C9. Windows color (decimal): -6757178 or 13034648. OLE color: 13034648.
HSL color Cylindrical-coordinate representation of color #98E4C6: hue angle of 156.32º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E4C6 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 198 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.11 |
| HSL | 156.32º | 0.58% | 0.75% | - |
| HSV(B) | 156.32º | 0.33% | 0.89% | - |
| XYZ | 50.89 | 66.24 | 63.53 | - |
| YUV | 201.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 198 | 0.33 | 0 | 0.13 | 0.11 | 156.32 | 0.58 | 0.75 |
| Hex | 98 | E4 | C6 | 21 | 0 | D | B | 9C | 3A | 4B |
| Octal | 230 | 344 | 306 | 41 | 0 | 15 | 13 | 234 | 72 | 113 |
| Binary | 10011000 | 11100100 | 11000110 | 100001 | 0 | 1101 | 1011 | 10011100 | 111010 | 1001011 |
Color Harmonies of #98E4C6
Complementary color
Monochromatic Colors of #98E4C6
Black with #98E4C6
Text Example
Text Example
White with #98E4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E4C6; }
p { color: rgb(152,228,198); }
H1.HeaderClassName
{
color: #98E4C6;
}
.AnyTagClassName
{
color: #98E4C6;
}
</style>
background-color css
<style>
a { background-color: #98E4C6; }
a { background-color: rgb(152,228,198); }
div.DivClassName
{
background-color: #98E4C6;
}
.BgClassName
{
background-color: #98E4C6;
}
</style>
border-color css
<style>
span { border-color: #98E4C6; }
span { border-color: rgb(152,228,198); }
td.TdClassName
{
border-color: #98E4C6;
}
.TagClassName
{
border-color: #98E4C6;
}
</style>