Shades of Riptide #97E8D5
Tints of Riptide #97E8D5
RGB
CMYK
RGB Variations
Color information
#97E8D5 (or 0x97E8D5) is known color: Riptide. HEX triplet: 97, E8 and D5. RGB value is (151,232,213). Sum of RGB (Red+Green+Blue) = 151+232+213=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #97E8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E8D5 is #68172A. Grayscale: #CDCDCD. Windows color (decimal): -6821675 or 14018711. OLE color: 14018711.
HSL color Cylindrical-coordinate representation of color #97E8D5: hue angle of 165.93º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97E8D5 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 232 | 213 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.09 |
| HSL | 165.93º | 0.64% | 0.75% | - |
| HSV(B) | 165.93º | 0.35% | 0.91% | - |
| XYZ | 53.63 | 69.1 | 73.46 | - |
| YUV | 205.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 232 | 213 | 0.35 | 0 | 0.08 | 0.09 | 165.93 | 0.64 | 0.75 |
| Hex | 97 | E8 | D5 | 23 | 0 | 8 | 9 | A6 | 40 | 4B |
| Octal | 227 | 350 | 325 | 43 | 0 | 10 | 11 | 246 | 100 | 113 |
| Binary | 10010111 | 11101000 | 11010101 | 100011 | 0 | 1000 | 1001 | 10100110 | 1000000 | 1001011 |
Color Harmonies of #97E8D5
Complementary color
Monochromatic Colors of #97E8D5
Black with #97E8D5
Text Example
Text Example
White with #97E8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E8D5; }
p { color: rgb(151,232,213); }
H1.HeaderClassName
{
color: #97E8D5;
}
.AnyTagClassName
{
color: #97E8D5;
}
</style>
background-color css
<style>
a { background-color: #97E8D5; }
a { background-color: rgb(151,232,213); }
div.DivClassName
{
background-color: #97E8D5;
}
.BgClassName
{
background-color: #97E8D5;
}
</style>
border-color css
<style>
span { border-color: #97E8D5; }
span { border-color: rgb(151,232,213); }
td.TdClassName
{
border-color: #97E8D5;
}
.TagClassName
{
border-color: #97E8D5;
}
</style>