Shades of Riptide #97CFC6
Tints of Riptide #97CFC6
RGB
CMYK
RGB Variations
Color information
#97CFC6 (or 0x97CFC6) is known color: Riptide. HEX triplet: 97, CF and C6. RGB value is (151,207,198). Sum of RGB (Red+Green+Blue) = 151+207+198=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #97CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CFC6 is #683039. Grayscale: #BDBDBD. Windows color (decimal): -6828090 or 13029271. OLE color: 13029271.
HSL color Cylindrical-coordinate representation of color #97CFC6: hue angle of 170.36º degrees, saturation: 0.37, 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 #97CFC6 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 207 | 198 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.19 |
| HSL | 170.36º | 0.37% | 0.7% | - |
| HSV(B) | 170.36º | 0.27% | 0.81% | - |
| XYZ | 45.27 | 55.28 | 61.71 | - |
| YUV | 189.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 207 | 198 | 0.27 | 0 | 0.04 | 0.19 | 170.36 | 0.37 | 0.7 |
| Hex | 97 | CF | C6 | 1B | 0 | 4 | 13 | AA | 25 | 46 |
| Octal | 227 | 317 | 306 | 33 | 0 | 4 | 23 | 252 | 45 | 106 |
| Binary | 10010111 | 11001111 | 11000110 | 11011 | 0 | 100 | 10011 | 10101010 | 100101 | 1000110 |
Color Harmonies of #97CFC6
Complementary color
Monochromatic Colors of #97CFC6
Black with #97CFC6
Text Example
Text Example
White with #97CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CFC6; }
p { color: rgb(151,207,198); }
H1.HeaderClassName
{
color: #97CFC6;
}
.AnyTagClassName
{
color: #97CFC6;
}
</style>
background-color css
<style>
a { background-color: #97CFC6; }
a { background-color: rgb(151,207,198); }
div.DivClassName
{
background-color: #97CFC6;
}
.BgClassName
{
background-color: #97CFC6;
}
</style>
border-color css
<style>
span { border-color: #97CFC6; }
span { border-color: rgb(151,207,198); }
td.TdClassName
{
border-color: #97CFC6;
}
.TagClassName
{
border-color: #97CFC6;
}
</style>