Shades of Riptide #98E3CF
Tints of Riptide #98E3CF
RGB
CMYK
RGB Variations
Color information
#98E3CF (or 0x98E3CF) is known color: Riptide. HEX triplet: 98, E3 and CF. RGB value is (152,227,207). Sum of RGB (Red+Green+Blue) = 152+227+207=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #98E3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E3CF is #671C30. Grayscale: #CACACA. Windows color (decimal): -6757425 or 13624216. OLE color: 13624216.
HSL color Cylindrical-coordinate representation of color #98E3CF: hue angle of 164º 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 #98E3CF is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 207 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.11 |
| HSL | 164º | 0.57% | 0.74% | - |
| HSV(B) | 164º | 0.33% | 0.89% | - |
| XYZ | 51.68 | 66.12 | 69.07 | - |
| YUV | 202.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 207 | 0.33 | 0 | 0.09 | 0.11 | 164 | 0.57 | 0.74 |
| Hex | 98 | E3 | CF | 21 | 0 | 9 | B | A4 | 39 | 4A |
| Octal | 230 | 343 | 317 | 41 | 0 | 11 | 13 | 244 | 71 | 112 |
| Binary | 10011000 | 11100011 | 11001111 | 100001 | 0 | 1001 | 1011 | 10100100 | 111001 | 1001010 |
Color Harmonies of #98E3CF
Complementary color
Monochromatic Colors of #98E3CF
Black with #98E3CF
Text Example
Text Example
White with #98E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E3CF; }
p { color: rgb(152,227,207); }
H1.HeaderClassName
{
color: #98E3CF;
}
.AnyTagClassName
{
color: #98E3CF;
}
</style>
background-color css
<style>
a { background-color: #98E3CF; }
a { background-color: rgb(152,227,207); }
div.DivClassName
{
background-color: #98E3CF;
}
.BgClassName
{
background-color: #98E3CF;
}
</style>
border-color css
<style>
span { border-color: #98E3CF; }
span { border-color: rgb(152,227,207); }
td.TdClassName
{
border-color: #98E3CF;
}
.TagClassName
{
border-color: #98E3CF;
}
</style>