Shades of Riptide #98E7CF
Tints of Riptide #98E7CF
RGB
CMYK
RGB Variations
Color information
#98E7CF (or 0x98E7CF) is known color: Riptide. HEX triplet: 98, E7 and CF. RGB value is (152,231,207). Sum of RGB (Red+Green+Blue) = 152+231+207=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #98E7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E7CF is #671830. Grayscale: #CCCCCC. Windows color (decimal): -6756401 or 13625240. OLE color: 13625240.
HSL color Cylindrical-coordinate representation of color #98E7CF: hue angle of 161.77º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E7CF is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 231 | 207 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.09 |
| HSL | 161.77º | 0.62% | 0.75% | - |
| HSV(B) | 161.77º | 0.34% | 0.91% | - |
| XYZ | 52.79 | 68.33 | 69.44 | - |
| YUV | 204.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 231 | 207 | 0.34 | 0 | 0.10 | 0.09 | 161.77 | 0.62 | 0.75 |
| Hex | 98 | E7 | CF | 22 | 0 | A | 9 | A2 | 3E | 4B |
| Octal | 230 | 347 | 317 | 42 | 0 | 12 | 11 | 242 | 76 | 113 |
| Binary | 10011000 | 11100111 | 11001111 | 100010 | 0 | 1010 | 1001 | 10100010 | 111110 | 1001011 |
Color Harmonies of #98E7CF
Complementary color
Monochromatic Colors of #98E7CF
Black with #98E7CF
Text Example
Text Example
White with #98E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E7CF; }
p { color: rgb(152,231,207); }
H1.HeaderClassName
{
color: #98E7CF;
}
.AnyTagClassName
{
color: #98E7CF;
}
</style>
background-color css
<style>
a { background-color: #98E7CF; }
a { background-color: rgb(152,231,207); }
div.DivClassName
{
background-color: #98E7CF;
}
.BgClassName
{
background-color: #98E7CF;
}
</style>
border-color css
<style>
span { border-color: #98E7CF; }
span { border-color: rgb(152,231,207); }
td.TdClassName
{
border-color: #98E7CF;
}
.TagClassName
{
border-color: #98E7CF;
}
</style>