Shades of Riptide #98CEC5
Tints of Riptide #98CEC5
RGB
CMYK
RGB Variations
Color information
#98CEC5 (or 0x98CEC5) is known color: Riptide. HEX triplet: 98, CE and C5. RGB value is (152,206,197). Sum of RGB (Red+Green+Blue) = 152+206+197=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEC5 is #67313A. Grayscale: #BCBCBC. Windows color (decimal): -6762811 or 12963480. OLE color: 12963480.
HSL color Cylindrical-coordinate representation of color #98CEC5: hue angle of 170º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CEC5 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 197 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.19 |
| HSL | 170º | 0.36% | 0.7% | - |
| HSV(B) | 170º | 0.26% | 0.81% | - |
| XYZ | 45.1 | 54.85 | 61.03 | - |
| YUV | 188.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 197 | 0.26 | 0 | 0.04 | 0.19 | 170 | 0.36 | 0.7 |
| Hex | 98 | CE | C5 | 1A | 0 | 4 | 13 | AA | 24 | 46 |
| Octal | 230 | 316 | 305 | 32 | 0 | 4 | 23 | 252 | 44 | 106 |
| Binary | 10011000 | 11001110 | 11000101 | 11010 | 0 | 100 | 10011 | 10101010 | 100100 | 1000110 |
Color Harmonies of #98CEC5
Complementary color
Monochromatic Colors of #98CEC5
Black with #98CEC5
Text Example
Text Example
White with #98CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CEC5; }
p { color: rgb(152,206,197); }
H1.HeaderClassName
{
color: #98CEC5;
}
.AnyTagClassName
{
color: #98CEC5;
}
</style>
background-color css
<style>
a { background-color: #98CEC5; }
a { background-color: rgb(152,206,197); }
div.DivClassName
{
background-color: #98CEC5;
}
.BgClassName
{
background-color: #98CEC5;
}
</style>
border-color css
<style>
span { border-color: #98CEC5; }
span { border-color: rgb(152,206,197); }
td.TdClassName
{
border-color: #98CEC5;
}
.TagClassName
{
border-color: #98CEC5;
}
</style>