Shades of Riptide #98E0CD
Tints of Riptide #98E0CD
RGB
CMYK
RGB Variations
Color information
#98E0CD (or 0x98E0CD) is known color: Riptide. HEX triplet: 98, E0 and CD. RGB value is (152,224,205). Sum of RGB (Red+Green+Blue) = 152+224+205=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #98E0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E0CD is #671F32. Grayscale: #C8C8C8. Windows color (decimal): -6758195 or 13492376. OLE color: 13492376.
HSL color Cylindrical-coordinate representation of color #98E0CD: hue angle of 164.17º degrees, saturation: 0.54, 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 #98E0CD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 205 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.12 |
| HSL | 164.17º | 0.54% | 0.74% | - |
| HSV(B) | 164.17º | 0.32% | 0.88% | - |
| XYZ | 50.62 | 64.39 | 67.52 | - |
| YUV | 200.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 205 | 0.32 | 0 | 0.08 | 0.12 | 164.17 | 0.54 | 0.74 |
| Hex | 98 | E0 | CD | 20 | 0 | 8 | C | A4 | 36 | 4A |
| Octal | 230 | 340 | 315 | 40 | 0 | 10 | 14 | 244 | 66 | 112 |
| Binary | 10011000 | 11100000 | 11001101 | 100000 | 0 | 1000 | 1100 | 10100100 | 110110 | 1001010 |
Color Harmonies of #98E0CD
Complementary color
Monochromatic Colors of #98E0CD
Black with #98E0CD
Text Example
Text Example
White with #98E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E0CD; }
p { color: rgb(152,224,205); }
H1.HeaderClassName
{
color: #98E0CD;
}
.AnyTagClassName
{
color: #98E0CD;
}
</style>
background-color css
<style>
a { background-color: #98E0CD; }
a { background-color: rgb(152,224,205); }
div.DivClassName
{
background-color: #98E0CD;
}
.BgClassName
{
background-color: #98E0CD;
}
</style>
border-color css
<style>
span { border-color: #98E0CD; }
span { border-color: rgb(152,224,205); }
td.TdClassName
{
border-color: #98E0CD;
}
.TagClassName
{
border-color: #98E0CD;
}
</style>