Shades of Riptide #97E1C7
Tints of Riptide #97E1C7
RGB
CMYK
RGB Variations
Color information
#97E1C7 (or 0x97E1C7) is known color: Riptide. HEX triplet: 97, E1 and C7. RGB value is (151,225,199). Sum of RGB (Red+Green+Blue) = 151+225+199=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #97E1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E1C7 is #681E38. Grayscale: #C7C7C7. Windows color (decimal): -6823481 or 13099415. OLE color: 13099415.
HSL color Cylindrical-coordinate representation of color #97E1C7: hue angle of 158.92º degrees, saturation: 0.55, 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 #97E1C7 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 199 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.12 |
| HSL | 158.92º | 0.55% | 0.74% | - |
| HSV(B) | 158.92º | 0.33% | 0.88% | - |
| XYZ | 50 | 64.55 | 63.86 | - |
| YUV | 199.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 199 | 0.33 | 0 | 0.12 | 0.12 | 158.92 | 0.55 | 0.74 |
| Hex | 97 | E1 | C7 | 21 | 0 | C | C | 9F | 37 | 4A |
| Octal | 227 | 341 | 307 | 41 | 0 | 14 | 14 | 237 | 67 | 112 |
| Binary | 10010111 | 11100001 | 11000111 | 100001 | 0 | 1100 | 1100 | 10011111 | 110111 | 1001010 |
Color Harmonies of #97E1C7
Complementary color
Monochromatic Colors of #97E1C7
Black with #97E1C7
Text Example
Text Example
White with #97E1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E1C7; }
p { color: rgb(151,225,199); }
H1.HeaderClassName
{
color: #97E1C7;
}
.AnyTagClassName
{
color: #97E1C7;
}
</style>
background-color css
<style>
a { background-color: #97E1C7; }
a { background-color: rgb(151,225,199); }
div.DivClassName
{
background-color: #97E1C7;
}
.BgClassName
{
background-color: #97E1C7;
}
</style>
border-color css
<style>
span { border-color: #97E1C7; }
span { border-color: rgb(151,225,199); }
td.TdClassName
{
border-color: #97E1C7;
}
.TagClassName
{
border-color: #97E1C7;
}
</style>