Shades of Riptide #97DFC9
Tints of Riptide #97DFC9
RGB
CMYK
RGB Variations
Color information
#97DFC9 (or 0x97DFC9) is known color: Riptide. HEX triplet: 97, DF and C9. RGB value is (151,223,201). Sum of RGB (Red+Green+Blue) = 151+223+201=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #97DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DFC9 is #682036. Grayscale: #C6C6C6. Windows color (decimal): -6823991 or 13229975. OLE color: 13229975.
HSL color Cylindrical-coordinate representation of color #97DFC9: hue angle of 161.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DFC9 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 201 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.13 |
| HSL | 161.67º | 0.53% | 0.73% | - |
| HSV(B) | 161.67º | 0.32% | 0.87% | - |
| XYZ | 49.69 | 63.57 | 64.91 | - |
| YUV | 198.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 201 | 0.32 | 0 | 0.10 | 0.13 | 161.67 | 0.53 | 0.73 |
| Hex | 97 | DF | C9 | 20 | 0 | A | D | A2 | 35 | 49 |
| Octal | 227 | 337 | 311 | 40 | 0 | 12 | 15 | 242 | 65 | 111 |
| Binary | 10010111 | 11011111 | 11001001 | 100000 | 0 | 1010 | 1101 | 10100010 | 110101 | 1001001 |
Color Harmonies of #97DFC9
Complementary color
Monochromatic Colors of #97DFC9
Black with #97DFC9
Text Example
Text Example
White with #97DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DFC9; }
p { color: rgb(151,223,201); }
H1.HeaderClassName
{
color: #97DFC9;
}
.AnyTagClassName
{
color: #97DFC9;
}
</style>
background-color css
<style>
a { background-color: #97DFC9; }
a { background-color: rgb(151,223,201); }
div.DivClassName
{
background-color: #97DFC9;
}
.BgClassName
{
background-color: #97DFC9;
}
</style>
border-color css
<style>
span { border-color: #97DFC9; }
span { border-color: rgb(151,223,201); }
td.TdClassName
{
border-color: #97DFC9;
}
.TagClassName
{
border-color: #97DFC9;
}
</style>