Shades of Riptide #98E5CC
Tints of Riptide #98E5CC
RGB
CMYK
RGB Variations
Color information
#98E5CC (or 0x98E5CC) is known color: Riptide. HEX triplet: 98, E5 and CC. RGB value is (152,229,204). Sum of RGB (Red+Green+Blue) = 152+229+204=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #98E5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E5CC is #671A33. Grayscale: #CBCBCB. Windows color (decimal): -6756916 or 13428120. OLE color: 13428120.
HSL color Cylindrical-coordinate representation of color #98E5CC: hue angle of 160.52º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E5CC is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 204 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.10 |
| HSL | 160.52º | 0.6% | 0.75% | - |
| HSV(B) | 160.52º | 0.34% | 0.9% | - |
| XYZ | 51.87 | 67.07 | 67.34 | - |
| YUV | 203.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 204 | 0.34 | 0 | 0.11 | 0.10 | 160.52 | 0.6 | 0.75 |
| Hex | 98 | E5 | CC | 22 | 0 | B | A | A1 | 3C | 4B |
| Octal | 230 | 345 | 314 | 42 | 0 | 13 | 12 | 241 | 74 | 113 |
| Binary | 10011000 | 11100101 | 11001100 | 100010 | 0 | 1011 | 1010 | 10100001 | 111100 | 1001011 |
Color Harmonies of #98E5CC
Complementary color
Monochromatic Colors of #98E5CC
Black with #98E5CC
Text Example
Text Example
White with #98E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E5CC; }
p { color: rgb(152,229,204); }
H1.HeaderClassName
{
color: #98E5CC;
}
.AnyTagClassName
{
color: #98E5CC;
}
</style>
background-color css
<style>
a { background-color: #98E5CC; }
a { background-color: rgb(152,229,204); }
div.DivClassName
{
background-color: #98E5CC;
}
.BgClassName
{
background-color: #98E5CC;
}
</style>
border-color css
<style>
span { border-color: #98E5CC; }
span { border-color: rgb(152,229,204); }
td.TdClassName
{
border-color: #98E5CC;
}
.TagClassName
{
border-color: #98E5CC;
}
</style>