Shades of Riptide #93E9D0
Tints of Riptide #93E9D0
RGB
CMYK
RGB Variations
Color information
#93E9D0 (or 0x93E9D0) is known color: Riptide. HEX triplet: 93, E9 and D0. RGB value is (147,233,208). Sum of RGB (Red+Green+Blue) = 147+233+208=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9D0 is #6C162F. Grayscale: #CCCCCC. Windows color (decimal): -7083568 or 13691283. OLE color: 13691283.
HSL color Cylindrical-coordinate representation of color #93E9D0: hue angle of 162.56º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E9D0 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 208 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.09 |
| HSL | 162.56º | 0.66% | 0.75% | - |
| HSV(B) | 162.56º | 0.37% | 0.91% | - |
| XYZ | 52.56 | 69.03 | 70.23 | - |
| YUV | 204.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 208 | 0.37 | 0 | 0.11 | 0.09 | 162.56 | 0.66 | 0.75 |
| Hex | 93 | E9 | D0 | 25 | 0 | B | 9 | A3 | 42 | 4B |
| Octal | 223 | 351 | 320 | 45 | 0 | 13 | 11 | 243 | 102 | 113 |
| Binary | 10010011 | 11101001 | 11010000 | 100101 | 0 | 1011 | 1001 | 10100011 | 1000010 | 1001011 |
Color Harmonies of #93E9D0
Complementary color
Monochromatic Colors of #93E9D0
Black with #93E9D0
Text Example
Text Example
White with #93E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E9D0; }
p { color: rgb(147,233,208); }
H1.HeaderClassName
{
color: #93E9D0;
}
.AnyTagClassName
{
color: #93E9D0;
}
</style>
background-color css
<style>
a { background-color: #93E9D0; }
a { background-color: rgb(147,233,208); }
div.DivClassName
{
background-color: #93E9D0;
}
.BgClassName
{
background-color: #93E9D0;
}
</style>
border-color css
<style>
span { border-color: #93E9D0; }
span { border-color: rgb(147,233,208); }
td.TdClassName
{
border-color: #93E9D0;
}
.TagClassName
{
border-color: #93E9D0;
}
</style>