Shades of Riptide #93DFD4
Tints of Riptide #93DFD4
RGB
CMYK
RGB Variations
Color information
#93DFD4 (or 0x93DFD4) is known color: Riptide. HEX triplet: 93, DF and D4. RGB value is (147,223,212). Sum of RGB (Red+Green+Blue) = 147+223+212=582 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.26% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFD4 is #6C202B. Grayscale: #C6C6C6. Windows color (decimal): -7086124 or 13950867. OLE color: 13950867.
HSL color Cylindrical-coordinate representation of color #93DFD4: hue angle of 171.32º 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 #93DFD4 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 212 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.13 |
| HSL | 171.32º | 0.54% | 0.73% | - |
| HSV(B) | 171.32º | 0.34% | 0.87% | - |
| XYZ | 50.3 | 63.73 | 71.94 | - |
| YUV | 199.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 212 | 0.34 | 0 | 0.05 | 0.13 | 171.32 | 0.54 | 0.73 |
| Hex | 93 | DF | D4 | 22 | 0 | 5 | D | AB | 36 | 49 |
| Octal | 223 | 337 | 324 | 42 | 0 | 5 | 15 | 253 | 66 | 111 |
| Binary | 10010011 | 11011111 | 11010100 | 100010 | 0 | 101 | 1101 | 10101011 | 110110 | 1001001 |
Color Harmonies of #93DFD4
Complementary color
Monochromatic Colors of #93DFD4
Black with #93DFD4
Text Example
Text Example
White with #93DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DFD4; }
p { color: rgb(147,223,212); }
H1.HeaderClassName
{
color: #93DFD4;
}
.AnyTagClassName
{
color: #93DFD4;
}
</style>
background-color css
<style>
a { background-color: #93DFD4; }
a { background-color: rgb(147,223,212); }
div.DivClassName
{
background-color: #93DFD4;
}
.BgClassName
{
background-color: #93DFD4;
}
</style>
border-color css
<style>
span { border-color: #93DFD4; }
span { border-color: rgb(147,223,212); }
td.TdClassName
{
border-color: #93DFD4;
}
.TagClassName
{
border-color: #93DFD4;
}
</style>