Shades of Riptide #97E0CD
Tints of Riptide #97E0CD
RGB
CMYK
RGB Variations
Color information
#97E0CD (or 0x97E0CD) is known color: Riptide. HEX triplet: 97, E0 and CD. RGB value is (151,224,205). Sum of RGB (Red+Green+Blue) = 151+224+205=580 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.03% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #97E0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E0CD is #681F32. Grayscale: #C8C8C8. Windows color (decimal): -6823731 or 13492375. OLE color: 13492375.
HSL color Cylindrical-coordinate representation of color #97E0CD: hue angle of 164.38º 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 #97E0CD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 224 | 205 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.12 |
| HSL | 164.38º | 0.54% | 0.74% | - |
| HSV(B) | 164.38º | 0.33% | 0.88% | - |
| XYZ | 50.44 | 64.3 | 67.51 | - |
| YUV | 200.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 224 | 205 | 0.33 | 0 | 0.08 | 0.12 | 164.38 | 0.54 | 0.74 |
| Hex | 97 | E0 | CD | 21 | 0 | 8 | C | A4 | 36 | 4A |
| Octal | 227 | 340 | 315 | 41 | 0 | 10 | 14 | 244 | 66 | 112 |
| Binary | 10010111 | 11100000 | 11001101 | 100001 | 0 | 1000 | 1100 | 10100100 | 110110 | 1001010 |
Color Harmonies of #97E0CD
Complementary color
Monochromatic Colors of #97E0CD
Black with #97E0CD
Text Example
Text Example
White with #97E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E0CD; }
p { color: rgb(151,224,205); }
H1.HeaderClassName
{
color: #97E0CD;
}
.AnyTagClassName
{
color: #97E0CD;
}
</style>
background-color css
<style>
a { background-color: #97E0CD; }
a { background-color: rgb(151,224,205); }
div.DivClassName
{
background-color: #97E0CD;
}
.BgClassName
{
background-color: #97E0CD;
}
</style>
border-color css
<style>
span { border-color: #97E0CD; }
span { border-color: rgb(151,224,205); }
td.TdClassName
{
border-color: #97E0CD;
}
.TagClassName
{
border-color: #97E0CD;
}
</style>