Shades of Riptide #97E0CA
Tints of Riptide #97E0CA
RGB
CMYK
RGB Variations
Color information
#97E0CA (or 0x97E0CA) is known color: Riptide. HEX triplet: 97, E0 and CA. RGB value is (151,224,202). Sum of RGB (Red+Green+Blue) = 151+224+202=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #97E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E0CA is #681F35. Grayscale: #C7C7C7. Windows color (decimal): -6823734 or 13295767. OLE color: 13295767.
HSL color Cylindrical-coordinate representation of color #97E0CA: hue angle of 161.92º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E0CA is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 224 | 202 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.12 |
| HSL | 161.92º | 0.54% | 0.74% | - |
| HSV(B) | 161.92º | 0.33% | 0.88% | - |
| XYZ | 50.08 | 64.15 | 65.62 | - |
| YUV | 199.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 224 | 202 | 0.33 | 0 | 0.10 | 0.12 | 161.92 | 0.54 | 0.74 |
| Hex | 97 | E0 | CA | 21 | 0 | A | C | A2 | 36 | 4A |
| Octal | 227 | 340 | 312 | 41 | 0 | 12 | 14 | 242 | 66 | 112 |
| Binary | 10010111 | 11100000 | 11001010 | 100001 | 0 | 1010 | 1100 | 10100010 | 110110 | 1001010 |
Color Harmonies of #97E0CA
Complementary color
Monochromatic Colors of #97E0CA
Black with #97E0CA
Text Example
Text Example
White with #97E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E0CA; }
p { color: rgb(151,224,202); }
H1.HeaderClassName
{
color: #97E0CA;
}
.AnyTagClassName
{
color: #97E0CA;
}
</style>
background-color css
<style>
a { background-color: #97E0CA; }
a { background-color: rgb(151,224,202); }
div.DivClassName
{
background-color: #97E0CA;
}
.BgClassName
{
background-color: #97E0CA;
}
</style>
border-color css
<style>
span { border-color: #97E0CA; }
span { border-color: rgb(151,224,202); }
td.TdClassName
{
border-color: #97E0CA;
}
.TagClassName
{
border-color: #97E0CA;
}
</style>