Shades of Riptide #93E6DD
Tints of Riptide #93E6DD
RGB
CMYK
RGB Variations
Color information
#93E6DD (or 0x93E6DD) is known color: Riptide. HEX triplet: 93, E6 and DD. RGB value is (147,230,221). Sum of RGB (Red+Green+Blue) = 147+230+221=598 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.58% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #93E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E6DD is #6C1922. Grayscale: #CCCCCC. Windows color (decimal): -7084323 or 14542483. OLE color: 14542483.
HSL color Cylindrical-coordinate representation of color #93E6DD: hue angle of 173.49º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E6DD is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 230 | 221 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.10 |
| HSL | 173.49º | 0.62% | 0.74% | - |
| HSV(B) | 173.49º | 0.36% | 0.9% | - |
| XYZ | 53.38 | 68.02 | 78.72 | - |
| YUV | 204.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 230 | 221 | 0.36 | 0 | 0.04 | 0.10 | 173.49 | 0.62 | 0.74 |
| Hex | 93 | E6 | DD | 24 | 0 | 4 | A | AD | 3E | 4A |
| Octal | 223 | 346 | 335 | 44 | 0 | 4 | 12 | 255 | 76 | 112 |
| Binary | 10010011 | 11100110 | 11011101 | 100100 | 0 | 100 | 1010 | 10101101 | 111110 | 1001010 |
Color Harmonies of #93E6DD
Complementary color
Monochromatic Colors of #93E6DD
Black with #93E6DD
Text Example
Text Example
White with #93E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E6DD; }
p { color: rgb(147,230,221); }
H1.HeaderClassName
{
color: #93E6DD;
}
.AnyTagClassName
{
color: #93E6DD;
}
</style>
background-color css
<style>
a { background-color: #93E6DD; }
a { background-color: rgb(147,230,221); }
div.DivClassName
{
background-color: #93E6DD;
}
.BgClassName
{
background-color: #93E6DD;
}
</style>
border-color css
<style>
span { border-color: #93E6DD; }
span { border-color: rgb(147,230,221); }
td.TdClassName
{
border-color: #93E6DD;
}
.TagClassName
{
border-color: #93E6DD;
}
</style>