Shades of Riptide #93DFC5
Tints of Riptide #93DFC5
RGB
CMYK
RGB Variations
Color information
#93DFC5 (or 0x93DFC5) is known color: Riptide. HEX triplet: 93, DF and C5. RGB value is (147,223,197). Sum of RGB (Red+Green+Blue) = 147+223+197=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFC5 is #6C203A. Grayscale: #C5C5C5. Windows color (decimal): -7086139 or 12967827. OLE color: 12967827.
HSL color Cylindrical-coordinate representation of color #93DFC5: hue angle of 159.47º 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 #93DFC5 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 197 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.13 |
| HSL | 159.47º | 0.54% | 0.73% | - |
| HSV(B) | 159.47º | 0.34% | 0.87% | - |
| XYZ | 48.5 | 63.01 | 62.43 | - |
| YUV | 197.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 197 | 0.34 | 0 | 0.12 | 0.13 | 159.47 | 0.54 | 0.73 |
| Hex | 93 | DF | C5 | 22 | 0 | C | D | 9F | 36 | 49 |
| Octal | 223 | 337 | 305 | 42 | 0 | 14 | 15 | 237 | 66 | 111 |
| Binary | 10010011 | 11011111 | 11000101 | 100010 | 0 | 1100 | 1101 | 10011111 | 110110 | 1001001 |
Color Harmonies of #93DFC5
Complementary color
Monochromatic Colors of #93DFC5
Black with #93DFC5
Text Example
Text Example
White with #93DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DFC5; }
p { color: rgb(147,223,197); }
H1.HeaderClassName
{
color: #93DFC5;
}
.AnyTagClassName
{
color: #93DFC5;
}
</style>
background-color css
<style>
a { background-color: #93DFC5; }
a { background-color: rgb(147,223,197); }
div.DivClassName
{
background-color: #93DFC5;
}
.BgClassName
{
background-color: #93DFC5;
}
</style>
border-color css
<style>
span { border-color: #93DFC5; }
span { border-color: rgb(147,223,197); }
td.TdClassName
{
border-color: #93DFC5;
}
.TagClassName
{
border-color: #93DFC5;
}
</style>