Shades of Riptide #93E8DA
Tints of Riptide #93E8DA
RGB
CMYK
RGB Variations
Color information
#93E8DA (or 0x93E8DA) is known color: Riptide. HEX triplet: 93, E8 and DA. RGB value is (147,232,218). Sum of RGB (Red+Green+Blue) = 147+232+218=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E8DA is #6C1725. Grayscale: #CCCCCC. Windows color (decimal): -7083814 or 14346387. OLE color: 14346387.
HSL color Cylindrical-coordinate representation of color #93E8DA: hue angle of 170.12º 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 #93E8DA is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 218 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.09 |
| HSL | 170.12º | 0.65% | 0.74% | - |
| HSV(B) | 170.12º | 0.37% | 0.91% | - |
| XYZ | 53.54 | 68.98 | 76.82 | - |
| YUV | 204.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 218 | 0.37 | 0 | 0.06 | 0.09 | 170.12 | 0.65 | 0.74 |
| Hex | 93 | E8 | DA | 25 | 0 | 6 | 9 | AA | 41 | 4A |
| Octal | 223 | 350 | 332 | 45 | 0 | 6 | 11 | 252 | 101 | 112 |
| Binary | 10010011 | 11101000 | 11011010 | 100101 | 0 | 110 | 1001 | 10101010 | 1000001 | 1001010 |
Color Harmonies of #93E8DA
Complementary color
Monochromatic Colors of #93E8DA
Black with #93E8DA
Text Example
Text Example
White with #93E8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E8DA; }
p { color: rgb(147,232,218); }
H1.HeaderClassName
{
color: #93E8DA;
}
.AnyTagClassName
{
color: #93E8DA;
}
</style>
background-color css
<style>
a { background-color: #93E8DA; }
a { background-color: rgb(147,232,218); }
div.DivClassName
{
background-color: #93E8DA;
}
.BgClassName
{
background-color: #93E8DA;
}
</style>
border-color css
<style>
span { border-color: #93E8DA; }
span { border-color: rgb(147,232,218); }
td.TdClassName
{
border-color: #93E8DA;
}
.TagClassName
{
border-color: #93E8DA;
}
</style>