Shades of Riptide #93D9C3
Tints of Riptide #93D9C3
RGB
CMYK
RGB Variations
Color information
#93D9C3 (or 0x93D9C3) is known color: Riptide. HEX triplet: 93, D9 and C3. RGB value is (147,217,195). Sum of RGB (Red+Green+Blue) = 147+217+195=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #93D9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D9C3 is #6C263C. Grayscale: #C1C1C1. Windows color (decimal): -7087677 or 12835219. OLE color: 12835219.
HSL color Cylindrical-coordinate representation of color #93D9C3: hue angle of 161.14º 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 #93D9C3 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 195 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.15 |
| HSL | 161.14º | 0.48% | 0.71% | - |
| HSV(B) | 161.14º | 0.32% | 0.85% | - |
| XYZ | 46.7 | 59.77 | 60.71 | - |
| YUV | 193.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 195 | 0.32 | 0 | 0.10 | 0.15 | 161.14 | 0.48 | 0.71 |
| Hex | 93 | D9 | C3 | 20 | 0 | A | F | A1 | 30 | 47 |
| Octal | 223 | 331 | 303 | 40 | 0 | 12 | 17 | 241 | 60 | 107 |
| Binary | 10010011 | 11011001 | 11000011 | 100000 | 0 | 1010 | 1111 | 10100001 | 110000 | 1000111 |
Color Harmonies of #93D9C3
Complementary color
Monochromatic Colors of #93D9C3
Black with #93D9C3
Text Example
Text Example
White with #93D9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D9C3; }
p { color: rgb(147,217,195); }
H1.HeaderClassName
{
color: #93D9C3;
}
.AnyTagClassName
{
color: #93D9C3;
}
</style>
background-color css
<style>
a { background-color: #93D9C3; }
a { background-color: rgb(147,217,195); }
div.DivClassName
{
background-color: #93D9C3;
}
.BgClassName
{
background-color: #93D9C3;
}
</style>
border-color css
<style>
span { border-color: #93D9C3; }
span { border-color: rgb(147,217,195); }
td.TdClassName
{
border-color: #93D9C3;
}
.TagClassName
{
border-color: #93D9C3;
}
</style>