Shades of Riptide #93E1D0
Tints of Riptide #93E1D0
RGB
CMYK
RGB Variations
Color information
#93E1D0 (or 0x93E1D0) is known color: Riptide. HEX triplet: 93, E1 and D0. RGB value is (147,225,208). Sum of RGB (Red+Green+Blue) = 147+225+208=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E1D0 is #6C1E2F. Grayscale: #C7C7C7. Windows color (decimal): -7085616 or 13689235. OLE color: 13689235.
HSL color Cylindrical-coordinate representation of color #93E1D0: hue angle of 166.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E1D0 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 208 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.12 |
| HSL | 166.92º | 0.57% | 0.73% | - |
| HSV(B) | 166.92º | 0.35% | 0.88% | - |
| XYZ | 50.34 | 64.61 | 69.49 | - |
| YUV | 199.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 208 | 0.35 | 0 | 0.08 | 0.12 | 166.92 | 0.57 | 0.73 |
| Hex | 93 | E1 | D0 | 23 | 0 | 8 | C | A7 | 39 | 49 |
| Octal | 223 | 341 | 320 | 43 | 0 | 10 | 14 | 247 | 71 | 111 |
| Binary | 10010011 | 11100001 | 11010000 | 100011 | 0 | 1000 | 1100 | 10100111 | 111001 | 1001001 |
Color Harmonies of #93E1D0
Complementary color
Monochromatic Colors of #93E1D0
Black with #93E1D0
Text Example
Text Example
White with #93E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E1D0; }
p { color: rgb(147,225,208); }
H1.HeaderClassName
{
color: #93E1D0;
}
.AnyTagClassName
{
color: #93E1D0;
}
</style>
background-color css
<style>
a { background-color: #93E1D0; }
a { background-color: rgb(147,225,208); }
div.DivClassName
{
background-color: #93E1D0;
}
.BgClassName
{
background-color: #93E1D0;
}
</style>
border-color css
<style>
span { border-color: #93E1D0; }
span { border-color: rgb(147,225,208); }
td.TdClassName
{
border-color: #93E1D0;
}
.TagClassName
{
border-color: #93E1D0;
}
</style>