Shades of Riptide #93EDD9
Tints of Riptide #93EDD9
RGB
CMYK
RGB Variations
Color information
#93EDD9 (or 0x93EDD9) is known color: Riptide. HEX triplet: 93, ED and D9. RGB value is (147,237,217). Sum of RGB (Red+Green+Blue) = 147+237+217=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDD9 is #6C1226. Grayscale: #CFCFCF. Windows color (decimal): -7082535 or 14282131. OLE color: 14282131.
HSL color Cylindrical-coordinate representation of color #93EDD9: hue angle of 166.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EDD9 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 217 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.07 |
| HSL | 166.67º | 0.71% | 0.75% | - |
| HSV(B) | 166.67º | 0.38% | 0.93% | - |
| XYZ | 54.84 | 71.78 | 76.61 | - |
| YUV | 207.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 217 | 0.38 | 0 | 0.08 | 0.07 | 166.67 | 0.71 | 0.75 |
| Hex | 93 | ED | D9 | 26 | 0 | 8 | 7 | A7 | 47 | 4B |
| Octal | 223 | 355 | 331 | 46 | 0 | 10 | 7 | 247 | 107 | 113 |
| Binary | 10010011 | 11101101 | 11011001 | 100110 | 0 | 1000 | 111 | 10100111 | 1000111 | 1001011 |
Color Harmonies of #93EDD9
Complementary color
Monochromatic Colors of #93EDD9
Black with #93EDD9
Text Example
Text Example
White with #93EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDD9; }
p { color: rgb(147,237,217); }
H1.HeaderClassName
{
color: #93EDD9;
}
.AnyTagClassName
{
color: #93EDD9;
}
</style>
background-color css
<style>
a { background-color: #93EDD9; }
a { background-color: rgb(147,237,217); }
div.DivClassName
{
background-color: #93EDD9;
}
.BgClassName
{
background-color: #93EDD9;
}
</style>
border-color css
<style>
span { border-color: #93EDD9; }
span { border-color: rgb(147,237,217); }
td.TdClassName
{
border-color: #93EDD9;
}
.TagClassName
{
border-color: #93EDD9;
}
</style>