Shades of Riptide #93D4C5
Tints of Riptide #93D4C5
RGB
CMYK
RGB Variations
Color information
#93D4C5 (or 0x93D4C5) is known color: Riptide. HEX triplet: 93, D4 and C5. RGB value is (147,212,197). Sum of RGB (Red+Green+Blue) = 147+212+197=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4C5 is #6C2B3A. Grayscale: #BEBEBE. Windows color (decimal): -7088955 or 12965011. OLE color: 12965011.
HSL color Cylindrical-coordinate representation of color #93D4C5: hue angle of 166.15º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4C5 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 197 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.17 |
| HSL | 166.15º | 0.43% | 0.7% | - |
| HSV(B) | 166.15º | 0.31% | 0.83% | - |
| XYZ | 45.65 | 57.32 | 61.48 | - |
| YUV | 190.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 197 | 0.31 | 0 | 0.07 | 0.17 | 166.15 | 0.43 | 0.7 |
| Hex | 93 | D4 | C5 | 1F | 0 | 7 | 11 | A6 | 2B | 46 |
| Octal | 223 | 324 | 305 | 37 | 0 | 7 | 21 | 246 | 53 | 106 |
| Binary | 10010011 | 11010100 | 11000101 | 11111 | 0 | 111 | 10001 | 10100110 | 101011 | 1000110 |
Color Harmonies of #93D4C5
Complementary color
Monochromatic Colors of #93D4C5
Black with #93D4C5
Text Example
Text Example
White with #93D4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4C5; }
p { color: rgb(147,212,197); }
H1.HeaderClassName
{
color: #93D4C5;
}
.AnyTagClassName
{
color: #93D4C5;
}
</style>
background-color css
<style>
a { background-color: #93D4C5; }
a { background-color: rgb(147,212,197); }
div.DivClassName
{
background-color: #93D4C5;
}
.BgClassName
{
background-color: #93D4C5;
}
</style>
border-color css
<style>
span { border-color: #93D4C5; }
span { border-color: rgb(147,212,197); }
td.TdClassName
{
border-color: #93D4C5;
}
.TagClassName
{
border-color: #93D4C5;
}
</style>