Shades of Riptide #93DEC1
Tints of Riptide #93DEC1
RGB
CMYK
RGB Variations
Color information
#93DEC1 (or 0x93DEC1) is known color: Riptide. HEX triplet: 93, DE and C1. RGB value is (147,222,193). Sum of RGB (Red+Green+Blue) = 147+222+193=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DEC1 is #6C213E. Grayscale: #C4C4C4. Windows color (decimal): -7086399 or 12705427. OLE color: 12705427.
HSL color Cylindrical-coordinate representation of color #93DEC1: hue angle of 156.8º 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 #93DEC1 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 193 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.13 |
| HSL | 156.8º | 0.53% | 0.72% | - |
| HSV(B) | 156.8º | 0.34% | 0.87% | - |
| XYZ | 47.78 | 62.3 | 59.96 | - |
| YUV | 196.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 193 | 0.34 | 0 | 0.13 | 0.13 | 156.8 | 0.53 | 0.72 |
| Hex | 93 | DE | C1 | 22 | 0 | D | D | 9D | 35 | 48 |
| Octal | 223 | 336 | 301 | 42 | 0 | 15 | 15 | 235 | 65 | 110 |
| Binary | 10010011 | 11011110 | 11000001 | 100010 | 0 | 1101 | 1101 | 10011101 | 110101 | 1001000 |
Color Harmonies of #93DEC1
Complementary color
Monochromatic Colors of #93DEC1
Black with #93DEC1
Text Example
Text Example
White with #93DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEC1; }
p { color: rgb(147,222,193); }
H1.HeaderClassName
{
color: #93DEC1;
}
.AnyTagClassName
{
color: #93DEC1;
}
</style>
background-color css
<style>
a { background-color: #93DEC1; }
a { background-color: rgb(147,222,193); }
div.DivClassName
{
background-color: #93DEC1;
}
.BgClassName
{
background-color: #93DEC1;
}
</style>
border-color css
<style>
span { border-color: #93DEC1; }
span { border-color: rgb(147,222,193); }
td.TdClassName
{
border-color: #93DEC1;
}
.TagClassName
{
border-color: #93DEC1;
}
</style>