Shades of Riptide #98E1C8
Tints of Riptide #98E1C8
RGB
CMYK
RGB Variations
Color information
#98E1C8 (or 0x98E1C8) is known color: Riptide. HEX triplet: 98, E1 and C8. RGB value is (152,225,200). Sum of RGB (Red+Green+Blue) = 152+225+200=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #98E1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E1C8 is #671E37. Grayscale: #C8C8C8. Windows color (decimal): -6757944 or 13164952. OLE color: 13164952.
HSL color Cylindrical-coordinate representation of color #98E1C8: hue angle of 159.45º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E1C8 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 225 | 200 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.12 |
| HSL | 159.45º | 0.55% | 0.74% | - |
| HSV(B) | 159.45º | 0.32% | 0.88% | - |
| XYZ | 50.3 | 64.7 | 64.48 | - |
| YUV | 200.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 225 | 200 | 0.32 | 0 | 0.11 | 0.12 | 159.45 | 0.55 | 0.74 |
| Hex | 98 | E1 | C8 | 20 | 0 | B | C | 9F | 37 | 4A |
| Octal | 230 | 341 | 310 | 40 | 0 | 13 | 14 | 237 | 67 | 112 |
| Binary | 10011000 | 11100001 | 11001000 | 100000 | 0 | 1011 | 1100 | 10011111 | 110111 | 1001010 |
Color Harmonies of #98E1C8
Complementary color
Monochromatic Colors of #98E1C8
Black with #98E1C8
Text Example
Text Example
White with #98E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E1C8; }
p { color: rgb(152,225,200); }
H1.HeaderClassName
{
color: #98E1C8;
}
.AnyTagClassName
{
color: #98E1C8;
}
</style>
background-color css
<style>
a { background-color: #98E1C8; }
a { background-color: rgb(152,225,200); }
div.DivClassName
{
background-color: #98E1C8;
}
.BgClassName
{
background-color: #98E1C8;
}
</style>
border-color css
<style>
span { border-color: #98E1C8; }
span { border-color: rgb(152,225,200); }
td.TdClassName
{
border-color: #98E1C8;
}
.TagClassName
{
border-color: #98E1C8;
}
</style>