Shades of Riptide #93D4C6
Tints of Riptide #93D4C6
RGB
CMYK
RGB Variations
Color information
#93D4C6 (or 0x93D4C6) is known color: Riptide. HEX triplet: 93, D4 and C6. RGB value is (147,212,198). Sum of RGB (Red+Green+Blue) = 147+212+198=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4C6 is #6C2B39. Grayscale: #BEBEBE. Windows color (decimal): -7088954 or 13030547. OLE color: 13030547.
HSL color Cylindrical-coordinate representation of color #93D4C6: hue angle of 167.08º 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 #93D4C6 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 198 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.17 |
| HSL | 167.08º | 0.43% | 0.7% | - |
| HSV(B) | 167.08º | 0.31% | 0.83% | - |
| XYZ | 45.77 | 57.37 | 62.09 | - |
| YUV | 190.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 198 | 0.31 | 0 | 0.07 | 0.17 | 167.08 | 0.43 | 0.7 |
| Hex | 93 | D4 | C6 | 1F | 0 | 7 | 11 | A7 | 2B | 46 |
| Octal | 223 | 324 | 306 | 37 | 0 | 7 | 21 | 247 | 53 | 106 |
| Binary | 10010011 | 11010100 | 11000110 | 11111 | 0 | 111 | 10001 | 10100111 | 101011 | 1000110 |
Color Harmonies of #93D4C6
Complementary color
Monochromatic Colors of #93D4C6
Black with #93D4C6
Text Example
Text Example
White with #93D4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4C6; }
p { color: rgb(147,212,198); }
H1.HeaderClassName
{
color: #93D4C6;
}
.AnyTagClassName
{
color: #93D4C6;
}
</style>
background-color css
<style>
a { background-color: #93D4C6; }
a { background-color: rgb(147,212,198); }
div.DivClassName
{
background-color: #93D4C6;
}
.BgClassName
{
background-color: #93D4C6;
}
</style>
border-color css
<style>
span { border-color: #93D4C6; }
span { border-color: rgb(147,212,198); }
td.TdClassName
{
border-color: #93D4C6;
}
.TagClassName
{
border-color: #93D4C6;
}
</style>