Shades of Riptide #97DCC2
Tints of Riptide #97DCC2
RGB
CMYK
RGB Variations
Color information
#97DCC2 (or 0x97DCC2) is known color: Riptide. HEX triplet: 97, DC and C2. RGB value is (151,220,194). Sum of RGB (Red+Green+Blue) = 151+220+194=565 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.73% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DCC2 is #68233D. Grayscale: #C4C4C4. Windows color (decimal): -6824766 or 12770455. OLE color: 12770455.
HSL color Cylindrical-coordinate representation of color #97DCC2: hue angle of 157.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DCC2 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 220 | 194 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.14 |
| HSL | 157.39º | 0.5% | 0.73% | - |
| HSV(B) | 157.39º | 0.31% | 0.86% | - |
| XYZ | 48.09 | 61.66 | 60.41 | - |
| YUV | 196.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 220 | 194 | 0.31 | 0 | 0.12 | 0.14 | 157.39 | 0.5 | 0.73 |
| Hex | 97 | DC | C2 | 1F | 0 | C | E | 9D | 32 | 49 |
| Octal | 227 | 334 | 302 | 37 | 0 | 14 | 16 | 235 | 62 | 111 |
| Binary | 10010111 | 11011100 | 11000010 | 11111 | 0 | 1100 | 1110 | 10011101 | 110010 | 1001001 |
Color Harmonies of #97DCC2
Complementary color
Monochromatic Colors of #97DCC2
Black with #97DCC2
Text Example
Text Example
White with #97DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DCC2; }
p { color: rgb(151,220,194); }
H1.HeaderClassName
{
color: #97DCC2;
}
.AnyTagClassName
{
color: #97DCC2;
}
</style>
background-color css
<style>
a { background-color: #97DCC2; }
a { background-color: rgb(151,220,194); }
div.DivClassName
{
background-color: #97DCC2;
}
.BgClassName
{
background-color: #97DCC2;
}
</style>
border-color css
<style>
span { border-color: #97DCC2; }
span { border-color: rgb(151,220,194); }
td.TdClassName
{
border-color: #97DCC2;
}
.TagClassName
{
border-color: #97DCC2;
}
</style>