Shades of Riptide #93D3C7
Tints of Riptide #93D3C7
RGB
CMYK
RGB Variations
Color information
#93D3C7 (or 0x93D3C7) is known color: Riptide. HEX triplet: 93, D3 and C7. RGB value is (147,211,199). Sum of RGB (Red+Green+Blue) = 147+211+199=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #93D3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D3C7 is #6C2C38. Grayscale: #BEBEBE. Windows color (decimal): -7089209 or 13095827. OLE color: 13095827.
HSL color Cylindrical-coordinate representation of color #93D3C7: hue angle of 168.75º 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 #93D3C7 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 199 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.17 |
| HSL | 168.75º | 0.42% | 0.7% | - |
| HSV(B) | 168.75º | 0.3% | 0.83% | - |
| XYZ | 45.64 | 56.92 | 62.61 | - |
| YUV | 190.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 199 | 0.30 | 0 | 0.06 | 0.17 | 168.75 | 0.42 | 0.7 |
| Hex | 93 | D3 | C7 | 1E | 0 | 6 | 11 | A9 | 2A | 46 |
| Octal | 223 | 323 | 307 | 36 | 0 | 6 | 21 | 251 | 52 | 106 |
| Binary | 10010011 | 11010011 | 11000111 | 11110 | 0 | 110 | 10001 | 10101001 | 101010 | 1000110 |
Color Harmonies of #93D3C7
Complementary color
Monochromatic Colors of #93D3C7
Black with #93D3C7
Text Example
Text Example
White with #93D3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D3C7; }
p { color: rgb(147,211,199); }
H1.HeaderClassName
{
color: #93D3C7;
}
.AnyTagClassName
{
color: #93D3C7;
}
</style>
background-color css
<style>
a { background-color: #93D3C7; }
a { background-color: rgb(147,211,199); }
div.DivClassName
{
background-color: #93D3C7;
}
.BgClassName
{
background-color: #93D3C7;
}
</style>
border-color css
<style>
span { border-color: #93D3C7; }
span { border-color: rgb(147,211,199); }
td.TdClassName
{
border-color: #93D3C7;
}
.TagClassName
{
border-color: #93D3C7;
}
</style>