Shades of Riptide #93E8D5
Tints of Riptide #93E8D5
RGB
CMYK
RGB Variations
Color information
#93E8D5 (or 0x93E8D5) is known color: Riptide. HEX triplet: 93, E8 and D5. RGB value is (147,232,213). Sum of RGB (Red+Green+Blue) = 147+232+213=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E8D5 is #6C172A. Grayscale: #CCCCCC. Windows color (decimal): -7083819 or 14018707. OLE color: 14018707.
HSL color Cylindrical-coordinate representation of color #93E8D5: hue angle of 166.59º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E8D5 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 213 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.09 |
| HSL | 166.59º | 0.65% | 0.74% | - |
| HSV(B) | 166.59º | 0.37% | 0.91% | - |
| XYZ | 52.9 | 68.72 | 73.43 | - |
| YUV | 204.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 213 | 0.37 | 0 | 0.08 | 0.09 | 166.59 | 0.65 | 0.74 |
| Hex | 93 | E8 | D5 | 25 | 0 | 8 | 9 | A7 | 41 | 4A |
| Octal | 223 | 350 | 325 | 45 | 0 | 10 | 11 | 247 | 101 | 112 |
| Binary | 10010011 | 11101000 | 11010101 | 100101 | 0 | 1000 | 1001 | 10100111 | 1000001 | 1001010 |
Color Harmonies of #93E8D5
Complementary color
Monochromatic Colors of #93E8D5
Black with #93E8D5
Text Example
Text Example
White with #93E8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E8D5; }
p { color: rgb(147,232,213); }
H1.HeaderClassName
{
color: #93E8D5;
}
.AnyTagClassName
{
color: #93E8D5;
}
</style>
background-color css
<style>
a { background-color: #93E8D5; }
a { background-color: rgb(147,232,213); }
div.DivClassName
{
background-color: #93E8D5;
}
.BgClassName
{
background-color: #93E8D5;
}
</style>
border-color css
<style>
span { border-color: #93E8D5; }
span { border-color: rgb(147,232,213); }
td.TdClassName
{
border-color: #93E8D5;
}
.TagClassName
{
border-color: #93E8D5;
}
</style>