Shades of Riptide #93D4CA
Tints of Riptide #93D4CA
RGB
CMYK
RGB Variations
Color information
#93D4CA (or 0x93D4CA) is known color: Riptide. HEX triplet: 93, D4 and CA. RGB value is (147,212,202). Sum of RGB (Red+Green+Blue) = 147+212+202=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4CA is #6C2B35. Grayscale: #BFBFBF. Windows color (decimal): -7088950 or 13292691. OLE color: 13292691.
HSL color Cylindrical-coordinate representation of color #93D4CA: hue angle of 170.77º 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 #93D4CA is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 202 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.17 |
| HSL | 170.77º | 0.43% | 0.7% | - |
| HSV(B) | 170.77º | 0.31% | 0.83% | - |
| XYZ | 46.24 | 57.55 | 64.55 | - |
| YUV | 191.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 202 | 0.31 | 0 | 0.05 | 0.17 | 170.77 | 0.43 | 0.7 |
| Hex | 93 | D4 | CA | 1F | 0 | 5 | 11 | AB | 2B | 46 |
| Octal | 223 | 324 | 312 | 37 | 0 | 5 | 21 | 253 | 53 | 106 |
| Binary | 10010011 | 11010100 | 11001010 | 11111 | 0 | 101 | 10001 | 10101011 | 101011 | 1000110 |
Color Harmonies of #93D4CA
Complementary color
Monochromatic Colors of #93D4CA
Black with #93D4CA
Text Example
Text Example
White with #93D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4CA; }
p { color: rgb(147,212,202); }
H1.HeaderClassName
{
color: #93D4CA;
}
.AnyTagClassName
{
color: #93D4CA;
}
</style>
background-color css
<style>
a { background-color: #93D4CA; }
a { background-color: rgb(147,212,202); }
div.DivClassName
{
background-color: #93D4CA;
}
.BgClassName
{
background-color: #93D4CA;
}
</style>
border-color css
<style>
span { border-color: #93D4CA; }
span { border-color: rgb(147,212,202); }
td.TdClassName
{
border-color: #93D4CA;
}
.TagClassName
{
border-color: #93D4CA;
}
</style>