Shades of Riptide #93E2C6
Tints of Riptide #93E2C6
RGB
CMYK
RGB Variations
Color information
#93E2C6 (or 0x93E2C6) is known color: Riptide. HEX triplet: 93, E2 and C6. RGB value is (147,226,198). Sum of RGB (Red+Green+Blue) = 147+226+198=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #93E2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E2C6 is #6C1D39. Grayscale: #C7C7C7. Windows color (decimal): -7085370 or 13034131. OLE color: 13034131.
HSL color Cylindrical-coordinate representation of color #93E2C6: hue angle of 158.73º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E2C6 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 226 | 198 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.11 |
| HSL | 158.73º | 0.58% | 0.73% | - |
| HSV(B) | 158.73º | 0.35% | 0.89% | - |
| XYZ | 49.42 | 64.67 | 63.3 | - |
| YUV | 199.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 226 | 198 | 0.35 | 0 | 0.12 | 0.11 | 158.73 | 0.58 | 0.73 |
| Hex | 93 | E2 | C6 | 23 | 0 | C | B | 9F | 3A | 49 |
| Octal | 223 | 342 | 306 | 43 | 0 | 14 | 13 | 237 | 72 | 111 |
| Binary | 10010011 | 11100010 | 11000110 | 100011 | 0 | 1100 | 1011 | 10011111 | 111010 | 1001001 |
Color Harmonies of #93E2C6
Complementary color
Monochromatic Colors of #93E2C6
Black with #93E2C6
Text Example
Text Example
White with #93E2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E2C6; }
p { color: rgb(147,226,198); }
H1.HeaderClassName
{
color: #93E2C6;
}
.AnyTagClassName
{
color: #93E2C6;
}
</style>
background-color css
<style>
a { background-color: #93E2C6; }
a { background-color: rgb(147,226,198); }
div.DivClassName
{
background-color: #93E2C6;
}
.BgClassName
{
background-color: #93E2C6;
}
</style>
border-color css
<style>
span { border-color: #93E2C6; }
span { border-color: rgb(147,226,198); }
td.TdClassName
{
border-color: #93E2C6;
}
.TagClassName
{
border-color: #93E2C6;
}
</style>