Shades of Riptide #93E9C8
Tints of Riptide #93E9C8
RGB
CMYK
RGB Variations
Color information
#93E9C8 (or 0x93E9C8) is known color: Riptide. HEX triplet: 93, E9 and C8. RGB value is (147,233,200). Sum of RGB (Red+Green+Blue) = 147+233+200=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9C8 is #6C1637. Grayscale: #CBCBCB. Windows color (decimal): -7083576 or 13166995. OLE color: 13166995.
HSL color Cylindrical-coordinate representation of color #93E9C8: hue angle of 156.98º 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 #93E9C8 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 200 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.09 |
| HSL | 156.98º | 0.66% | 0.75% | - |
| HSV(B) | 156.98º | 0.37% | 0.91% | - |
| XYZ | 51.6 | 68.65 | 65.18 | - |
| YUV | 203.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 200 | 0.37 | 0 | 0.14 | 0.09 | 156.98 | 0.66 | 0.75 |
| Hex | 93 | E9 | C8 | 25 | 0 | E | 9 | 9D | 42 | 4B |
| Octal | 223 | 351 | 310 | 45 | 0 | 16 | 11 | 235 | 102 | 113 |
| Binary | 10010011 | 11101001 | 11001000 | 100101 | 0 | 1110 | 1001 | 10011101 | 1000010 | 1001011 |
Color Harmonies of #93E9C8
Complementary color
Monochromatic Colors of #93E9C8
Black with #93E9C8
Text Example
Text Example
White with #93E9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E9C8; }
p { color: rgb(147,233,200); }
H1.HeaderClassName
{
color: #93E9C8;
}
.AnyTagClassName
{
color: #93E9C8;
}
</style>
background-color css
<style>
a { background-color: #93E9C8; }
a { background-color: rgb(147,233,200); }
div.DivClassName
{
background-color: #93E9C8;
}
.BgClassName
{
background-color: #93E9C8;
}
</style>
border-color css
<style>
span { border-color: #93E9C8; }
span { border-color: rgb(147,233,200); }
td.TdClassName
{
border-color: #93E9C8;
}
.TagClassName
{
border-color: #93E9C8;
}
</style>