Shades of Riptide #93DFCD
Tints of Riptide #93DFCD
RGB
CMYK
RGB Variations
Color information
#93DFCD (or 0x93DFCD) is known color: Riptide. HEX triplet: 93, DF and CD. RGB value is (147,223,205). Sum of RGB (Red+Green+Blue) = 147+223+205=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFCD is #6C2032. Grayscale: #C6C6C6. Windows color (decimal): -7086131 or 13492115. OLE color: 13492115.
HSL color Cylindrical-coordinate representation of color #93DFCD: hue angle of 165.79º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DFCD is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 205 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.13 |
| HSL | 165.79º | 0.54% | 0.73% | - |
| HSV(B) | 165.79º | 0.34% | 0.87% | - |
| XYZ | 49.44 | 63.39 | 67.39 | - |
| YUV | 198.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 205 | 0.34 | 0 | 0.08 | 0.13 | 165.79 | 0.54 | 0.73 |
| Hex | 93 | DF | CD | 22 | 0 | 8 | D | A6 | 36 | 49 |
| Octal | 223 | 337 | 315 | 42 | 0 | 10 | 15 | 246 | 66 | 111 |
| Binary | 10010011 | 11011111 | 11001101 | 100010 | 0 | 1000 | 1101 | 10100110 | 110110 | 1001001 |
Color Harmonies of #93DFCD
Complementary color
Monochromatic Colors of #93DFCD
Black with #93DFCD
Text Example
Text Example
White with #93DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DFCD; }
p { color: rgb(147,223,205); }
H1.HeaderClassName
{
color: #93DFCD;
}
.AnyTagClassName
{
color: #93DFCD;
}
</style>
background-color css
<style>
a { background-color: #93DFCD; }
a { background-color: rgb(147,223,205); }
div.DivClassName
{
background-color: #93DFCD;
}
.BgClassName
{
background-color: #93DFCD;
}
</style>
border-color css
<style>
span { border-color: #93DFCD; }
span { border-color: rgb(147,223,205); }
td.TdClassName
{
border-color: #93DFCD;
}
.TagClassName
{
border-color: #93DFCD;
}
</style>