Shades of Riptide #93DFD5
Tints of Riptide #93DFD5
RGB
CMYK
RGB Variations
Color information
#93DFD5 (or 0x93DFD5) is known color: Riptide. HEX triplet: 93, DF and D5. RGB value is (147,223,213). Sum of RGB (Red+Green+Blue) = 147+223+213=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFD5 is #6C202A. Grayscale: #C7C7C7. Windows color (decimal): -7086123 or 14016403. OLE color: 14016403.
HSL color Cylindrical-coordinate representation of color #93DFD5: hue angle of 172.11º 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 #93DFD5 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 213 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.13 |
| HSL | 172.11º | 0.54% | 0.73% | - |
| HSV(B) | 172.11º | 0.34% | 0.87% | - |
| XYZ | 50.43 | 63.78 | 72.6 | - |
| YUV | 199.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 213 | 0.34 | 0 | 0.04 | 0.13 | 172.11 | 0.54 | 0.73 |
| Hex | 93 | DF | D5 | 22 | 0 | 4 | D | AC | 36 | 49 |
| Octal | 223 | 337 | 325 | 42 | 0 | 4 | 15 | 254 | 66 | 111 |
| Binary | 10010011 | 11011111 | 11010101 | 100010 | 0 | 100 | 1101 | 10101100 | 110110 | 1001001 |
Color Harmonies of #93DFD5
Complementary color
Monochromatic Colors of #93DFD5
Black with #93DFD5
Text Example
Text Example
White with #93DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DFD5; }
p { color: rgb(147,223,213); }
H1.HeaderClassName
{
color: #93DFD5;
}
.AnyTagClassName
{
color: #93DFD5;
}
</style>
background-color css
<style>
a { background-color: #93DFD5; }
a { background-color: rgb(147,223,213); }
div.DivClassName
{
background-color: #93DFD5;
}
.BgClassName
{
background-color: #93DFD5;
}
</style>
border-color css
<style>
span { border-color: #93DFD5; }
span { border-color: rgb(147,223,213); }
td.TdClassName
{
border-color: #93DFD5;
}
.TagClassName
{
border-color: #93DFD5;
}
</style>