Shades of Riptide #93D4CB
Tints of Riptide #93D4CB
RGB
CMYK
RGB Variations
Color information
#93D4CB (or 0x93D4CB) is known color: Riptide. HEX triplet: 93, D4 and CB. RGB value is (147,212,203). Sum of RGB (Red+Green+Blue) = 147+212+203=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4CB is #6C2B34. Grayscale: #BFBFBF. Windows color (decimal): -7088949 or 13358227. OLE color: 13358227.
HSL color Cylindrical-coordinate representation of color #93D4CB: hue angle of 171.69º 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 #93D4CB is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 203 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.17 |
| HSL | 171.69º | 0.43% | 0.7% | - |
| HSV(B) | 171.69º | 0.31% | 0.83% | - |
| XYZ | 46.36 | 57.6 | 65.17 | - |
| YUV | 191.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 203 | 0.31 | 0 | 0.04 | 0.17 | 171.69 | 0.43 | 0.7 |
| Hex | 93 | D4 | CB | 1F | 0 | 4 | 11 | AC | 2B | 46 |
| Octal | 223 | 324 | 313 | 37 | 0 | 4 | 21 | 254 | 53 | 106 |
| Binary | 10010011 | 11010100 | 11001011 | 11111 | 0 | 100 | 10001 | 10101100 | 101011 | 1000110 |
Color Harmonies of #93D4CB
Complementary color
Monochromatic Colors of #93D4CB
Black with #93D4CB
Text Example
Text Example
White with #93D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4CB; }
p { color: rgb(147,212,203); }
H1.HeaderClassName
{
color: #93D4CB;
}
.AnyTagClassName
{
color: #93D4CB;
}
</style>
background-color css
<style>
a { background-color: #93D4CB; }
a { background-color: rgb(147,212,203); }
div.DivClassName
{
background-color: #93D4CB;
}
.BgClassName
{
background-color: #93D4CB;
}
</style>
border-color css
<style>
span { border-color: #93D4CB; }
span { border-color: rgb(147,212,203); }
td.TdClassName
{
border-color: #93D4CB;
}
.TagClassName
{
border-color: #93D4CB;
}
</style>