Shades of Riptide #93D9C0
Tints of Riptide #93D9C0
RGB
CMYK
RGB Variations
Color information
#93D9C0 (or 0x93D9C0) is known color: Riptide. HEX triplet: 93, D9 and C0. RGB value is (147,217,192). Sum of RGB (Red+Green+Blue) = 147+217+192=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #93D9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D9C0 is #6C263F. Grayscale: #C1C1C1. Windows color (decimal): -7087680 or 12638611. OLE color: 12638611.
HSL color Cylindrical-coordinate representation of color #93D9C0: hue angle of 158.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D9C0 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 192 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.15 |
| HSL | 158.57º | 0.48% | 0.71% | - |
| HSV(B) | 158.57º | 0.32% | 0.85% | - |
| XYZ | 46.36 | 59.63 | 58.94 | - |
| YUV | 193.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 192 | 0.32 | 0 | 0.12 | 0.15 | 158.57 | 0.48 | 0.71 |
| Hex | 93 | D9 | C0 | 20 | 0 | C | F | 9F | 30 | 47 |
| Octal | 223 | 331 | 300 | 40 | 0 | 14 | 17 | 237 | 60 | 107 |
| Binary | 10010011 | 11011001 | 11000000 | 100000 | 0 | 1100 | 1111 | 10011111 | 110000 | 1000111 |
Color Harmonies of #93D9C0
Complementary color
Monochromatic Colors of #93D9C0
Black with #93D9C0
Text Example
Text Example
White with #93D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D9C0; }
p { color: rgb(147,217,192); }
H1.HeaderClassName
{
color: #93D9C0;
}
.AnyTagClassName
{
color: #93D9C0;
}
</style>
background-color css
<style>
a { background-color: #93D9C0; }
a { background-color: rgb(147,217,192); }
div.DivClassName
{
background-color: #93D9C0;
}
.BgClassName
{
background-color: #93D9C0;
}
</style>
border-color css
<style>
span { border-color: #93D9C0; }
span { border-color: rgb(147,217,192); }
td.TdClassName
{
border-color: #93D9C0;
}
.TagClassName
{
border-color: #93D9C0;
}
</style>