Shades of Riptide #98CFC5
Tints of Riptide #98CFC5
RGB
CMYK
RGB Variations
Color information
#98CFC5 (or 0x98CFC5) is known color: Riptide. HEX triplet: 98, CF and C5. RGB value is (152,207,197). Sum of RGB (Red+Green+Blue) = 152+207+197=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFC5 is #67303A. Grayscale: #BDBDBD. Windows color (decimal): -6762555 or 12963736. OLE color: 12963736.
HSL color Cylindrical-coordinate representation of color #98CFC5: hue angle of 169.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFC5 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 197 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.19 |
| HSL | 169.09º | 0.36% | 0.7% | - |
| HSV(B) | 169.09º | 0.27% | 0.81% | - |
| XYZ | 45.34 | 55.33 | 61.11 | - |
| YUV | 189.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 197 | 0.27 | 0 | 0.05 | 0.19 | 169.09 | 0.36 | 0.7 |
| Hex | 98 | CF | C5 | 1B | 0 | 5 | 13 | A9 | 24 | 46 |
| Octal | 230 | 317 | 305 | 33 | 0 | 5 | 23 | 251 | 44 | 106 |
| Binary | 10011000 | 11001111 | 11000101 | 11011 | 0 | 101 | 10011 | 10101001 | 100100 | 1000110 |
Color Harmonies of #98CFC5
Complementary color
Monochromatic Colors of #98CFC5
Black with #98CFC5
Text Example
Text Example
White with #98CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFC5; }
p { color: rgb(152,207,197); }
H1.HeaderClassName
{
color: #98CFC5;
}
.AnyTagClassName
{
color: #98CFC5;
}
</style>
background-color css
<style>
a { background-color: #98CFC5; }
a { background-color: rgb(152,207,197); }
div.DivClassName
{
background-color: #98CFC5;
}
.BgClassName
{
background-color: #98CFC5;
}
</style>
border-color css
<style>
span { border-color: #98CFC5; }
span { border-color: rgb(152,207,197); }
td.TdClassName
{
border-color: #98CFC5;
}
.TagClassName
{
border-color: #98CFC5;
}
</style>