Shades of Riptide #93DECD
Tints of Riptide #93DECD
RGB
CMYK
RGB Variations
Color information
#93DECD (or 0x93DECD) is known color: Riptide. HEX triplet: 93, DE and CD. RGB value is (147,222,205). Sum of RGB (Red+Green+Blue) = 147+222+205=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #93DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DECD is #6C2132. Grayscale: #C5C5C5. Windows color (decimal): -7086387 or 13491859. OLE color: 13491859.
HSL color Cylindrical-coordinate representation of color #93DECD: hue angle of 166.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DECD is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 205 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.13 |
| HSL | 166.4º | 0.53% | 0.72% | - |
| HSV(B) | 166.4º | 0.34% | 0.87% | - |
| XYZ | 49.17 | 62.85 | 67.3 | - |
| YUV | 197.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 205 | 0.34 | 0 | 0.08 | 0.13 | 166.4 | 0.53 | 0.72 |
| Hex | 93 | DE | CD | 22 | 0 | 8 | D | A6 | 35 | 48 |
| Octal | 223 | 336 | 315 | 42 | 0 | 10 | 15 | 246 | 65 | 110 |
| Binary | 10010011 | 11011110 | 11001101 | 100010 | 0 | 1000 | 1101 | 10100110 | 110101 | 1001000 |
Color Harmonies of #93DECD
Complementary color
Monochromatic Colors of #93DECD
Black with #93DECD
Text Example
Text Example
White with #93DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DECD; }
p { color: rgb(147,222,205); }
H1.HeaderClassName
{
color: #93DECD;
}
.AnyTagClassName
{
color: #93DECD;
}
</style>
background-color css
<style>
a { background-color: #93DECD; }
a { background-color: rgb(147,222,205); }
div.DivClassName
{
background-color: #93DECD;
}
.BgClassName
{
background-color: #93DECD;
}
</style>
border-color css
<style>
span { border-color: #93DECD; }
span { border-color: rgb(147,222,205); }
td.TdClassName
{
border-color: #93DECD;
}
.TagClassName
{
border-color: #93DECD;
}
</style>