Shades of Riptide #93D3CC
Tints of Riptide #93D3CC
RGB
CMYK
RGB Variations
Color information
#93D3CC (or 0x93D3CC) is known color: Riptide. HEX triplet: 93, D3 and CC. RGB value is (147,211,204). Sum of RGB (Red+Green+Blue) = 147+211+204=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #93D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D3CC is #6C2C33. Grayscale: #BFBFBF. Windows color (decimal): -7089204 or 13423507. OLE color: 13423507.
HSL color Cylindrical-coordinate representation of color #93D3CC: hue angle of 173.44º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D3CC is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 204 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.17 |
| HSL | 173.44º | 0.42% | 0.7% | - |
| HSV(B) | 173.44º | 0.3% | 0.83% | - |
| XYZ | 46.23 | 57.15 | 65.72 | - |
| YUV | 191.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 204 | 0.30 | 0 | 0.03 | 0.17 | 173.44 | 0.42 | 0.7 |
| Hex | 93 | D3 | CC | 1E | 0 | 3 | 11 | AD | 2A | 46 |
| Octal | 223 | 323 | 314 | 36 | 0 | 3 | 21 | 255 | 52 | 106 |
| Binary | 10010011 | 11010011 | 11001100 | 11110 | 0 | 11 | 10001 | 10101101 | 101010 | 1000110 |
Color Harmonies of #93D3CC
Complementary color
Monochromatic Colors of #93D3CC
Black with #93D3CC
Text Example
Text Example
White with #93D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D3CC; }
p { color: rgb(147,211,204); }
H1.HeaderClassName
{
color: #93D3CC;
}
.AnyTagClassName
{
color: #93D3CC;
}
</style>
background-color css
<style>
a { background-color: #93D3CC; }
a { background-color: rgb(147,211,204); }
div.DivClassName
{
background-color: #93D3CC;
}
.BgClassName
{
background-color: #93D3CC;
}
</style>
border-color css
<style>
span { border-color: #93D3CC; }
span { border-color: rgb(147,211,204); }
td.TdClassName
{
border-color: #93D3CC;
}
.TagClassName
{
border-color: #93D3CC;
}
</style>