Shades of Riptide #97E2D2
Tints of Riptide #97E2D2
RGB
CMYK
RGB Variations
Color information
#97E2D2 (or 0x97E2D2) is known color: Riptide. HEX triplet: 97, E2 and D2. RGB value is (151,226,210). Sum of RGB (Red+Green+Blue) = 151+226+210=587 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.72% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #97E2D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E2D2 is #681D2D. Grayscale: #C9C9C9. Windows color (decimal): -6823214 or 13820567. OLE color: 13820567.
HSL color Cylindrical-coordinate representation of color #97E2D2: hue angle of 167.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E2D2 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 226 | 210 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.11 |
| HSL | 167.2º | 0.56% | 0.74% | - |
| HSV(B) | 167.2º | 0.33% | 0.89% | - |
| XYZ | 51.59 | 65.63 | 70.92 | - |
| YUV | 201.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 226 | 210 | 0.33 | 0 | 0.07 | 0.11 | 167.2 | 0.56 | 0.74 |
| Hex | 97 | E2 | D2 | 21 | 0 | 7 | B | A7 | 38 | 4A |
| Octal | 227 | 342 | 322 | 41 | 0 | 7 | 13 | 247 | 70 | 112 |
| Binary | 10010111 | 11100010 | 11010010 | 100001 | 0 | 111 | 1011 | 10100111 | 111000 | 1001010 |
Color Harmonies of #97E2D2
Complementary color
Monochromatic Colors of #97E2D2
Black with #97E2D2
Text Example
Text Example
White with #97E2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E2D2; }
p { color: rgb(151,226,210); }
H1.HeaderClassName
{
color: #97E2D2;
}
.AnyTagClassName
{
color: #97E2D2;
}
</style>
background-color css
<style>
a { background-color: #97E2D2; }
a { background-color: rgb(151,226,210); }
div.DivClassName
{
background-color: #97E2D2;
}
.BgClassName
{
background-color: #97E2D2;
}
</style>
border-color css
<style>
span { border-color: #97E2D2; }
span { border-color: rgb(151,226,210); }
td.TdClassName
{
border-color: #97E2D2;
}
.TagClassName
{
border-color: #97E2D2;
}
</style>