Shades of Riptide #98E4C9
Tints of Riptide #98E4C9
RGB
CMYK
RGB Variations
Color information
#98E4C9 (or 0x98E4C9) is known color: Riptide. HEX triplet: 98, E4 and C9. RGB value is (152,228,201). Sum of RGB (Red+Green+Blue) = 152+228+201=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #98E4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E4C9 is #671B36. Grayscale: #CACACA. Windows color (decimal): -6757175 or 13231256. OLE color: 13231256.
HSL color Cylindrical-coordinate representation of color #98E4C9: hue angle of 158.68º 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 #98E4C9 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 201 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.11 |
| HSL | 158.68º | 0.58% | 0.75% | - |
| HSV(B) | 158.68º | 0.33% | 0.89% | - |
| XYZ | 51.23 | 66.38 | 65.37 | - |
| YUV | 202.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 201 | 0.33 | 0 | 0.12 | 0.11 | 158.68 | 0.58 | 0.75 |
| Hex | 98 | E4 | C9 | 21 | 0 | C | B | 9F | 3A | 4B |
| Octal | 230 | 344 | 311 | 41 | 0 | 14 | 13 | 237 | 72 | 113 |
| Binary | 10011000 | 11100100 | 11001001 | 100001 | 0 | 1100 | 1011 | 10011111 | 111010 | 1001011 |
Color Harmonies of #98E4C9
Complementary color
Monochromatic Colors of #98E4C9
Black with #98E4C9
Text Example
Text Example
White with #98E4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E4C9; }
p { color: rgb(152,228,201); }
H1.HeaderClassName
{
color: #98E4C9;
}
.AnyTagClassName
{
color: #98E4C9;
}
</style>
background-color css
<style>
a { background-color: #98E4C9; }
a { background-color: rgb(152,228,201); }
div.DivClassName
{
background-color: #98E4C9;
}
.BgClassName
{
background-color: #98E4C9;
}
</style>
border-color css
<style>
span { border-color: #98E4C9; }
span { border-color: rgb(152,228,201); }
td.TdClassName
{
border-color: #98E4C9;
}
.TagClassName
{
border-color: #98E4C9;
}
</style>