Shades of Riptide #97E6CA
Tints of Riptide #97E6CA
RGB
CMYK
RGB Variations
Color information
#97E6CA (or 0x97E6CA) is known color: Riptide. HEX triplet: 97, E6 and CA. RGB value is (151,230,202). Sum of RGB (Red+Green+Blue) = 151+230+202=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #97E6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E6CA is #681935. Grayscale: #CBCBCB. Windows color (decimal): -6822198 or 13297303. OLE color: 13297303.
HSL color Cylindrical-coordinate representation of color #97E6CA: hue angle of 158.73º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E6CA is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 230 | 202 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.10 |
| HSL | 158.73º | 0.61% | 0.75% | - |
| HSV(B) | 158.73º | 0.34% | 0.9% | - |
| XYZ | 51.72 | 67.44 | 66.17 | - |
| YUV | 203.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 230 | 202 | 0.34 | 0 | 0.12 | 0.10 | 158.73 | 0.61 | 0.75 |
| Hex | 97 | E6 | CA | 22 | 0 | C | A | 9F | 3D | 4B |
| Octal | 227 | 346 | 312 | 42 | 0 | 14 | 12 | 237 | 75 | 113 |
| Binary | 10010111 | 11100110 | 11001010 | 100010 | 0 | 1100 | 1010 | 10011111 | 111101 | 1001011 |
Color Harmonies of #97E6CA
Complementary color
Monochromatic Colors of #97E6CA
Black with #97E6CA
Text Example
Text Example
White with #97E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E6CA; }
p { color: rgb(151,230,202); }
H1.HeaderClassName
{
color: #97E6CA;
}
.AnyTagClassName
{
color: #97E6CA;
}
</style>
background-color css
<style>
a { background-color: #97E6CA; }
a { background-color: rgb(151,230,202); }
div.DivClassName
{
background-color: #97E6CA;
}
.BgClassName
{
background-color: #97E6CA;
}
</style>
border-color css
<style>
span { border-color: #97E6CA; }
span { border-color: rgb(151,230,202); }
td.TdClassName
{
border-color: #97E6CA;
}
.TagClassName
{
border-color: #97E6CA;
}
</style>