Shades of Riptide #93E9CE
Tints of Riptide #93E9CE
RGB
CMYK
RGB Variations
Color information
#93E9CE (or 0x93E9CE) is known color: Riptide. HEX triplet: 93, E9 and CE. RGB value is (147,233,206). Sum of RGB (Red+Green+Blue) = 147+233+206=586 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.09% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9CE is #6C1631. Grayscale: #CCCCCC. Windows color (decimal): -7083570 or 13560211. OLE color: 13560211.
HSL color Cylindrical-coordinate representation of color #93E9CE: hue angle of 161.16º 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 #93E9CE is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 206 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.09 |
| HSL | 161.16º | 0.66% | 0.75% | - |
| HSV(B) | 161.16º | 0.37% | 0.91% | - |
| XYZ | 52.31 | 68.94 | 68.94 | - |
| YUV | 204.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 206 | 0.37 | 0 | 0.12 | 0.09 | 161.16 | 0.66 | 0.75 |
| Hex | 93 | E9 | CE | 25 | 0 | C | 9 | A1 | 42 | 4B |
| Octal | 223 | 351 | 316 | 45 | 0 | 14 | 11 | 241 | 102 | 113 |
| Binary | 10010011 | 11101001 | 11001110 | 100101 | 0 | 1100 | 1001 | 10100001 | 1000010 | 1001011 |
Color Harmonies of #93E9CE
Complementary color
Monochromatic Colors of #93E9CE
Black with #93E9CE
Text Example
Text Example
White with #93E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E9CE; }
p { color: rgb(147,233,206); }
H1.HeaderClassName
{
color: #93E9CE;
}
.AnyTagClassName
{
color: #93E9CE;
}
</style>
background-color css
<style>
a { background-color: #93E9CE; }
a { background-color: rgb(147,233,206); }
div.DivClassName
{
background-color: #93E9CE;
}
.BgClassName
{
background-color: #93E9CE;
}
</style>
border-color css
<style>
span { border-color: #93E9CE; }
span { border-color: rgb(147,233,206); }
td.TdClassName
{
border-color: #93E9CE;
}
.TagClassName
{
border-color: #93E9CE;
}
</style>