Shades of Riptide #93D9C4
Tints of Riptide #93D9C4
RGB
CMYK
RGB Variations
Color information
#93D9C4 (or 0x93D9C4) is known color: Riptide. HEX triplet: 93, D9 and C4. RGB value is (147,217,196). Sum of RGB (Red+Green+Blue) = 147+217+196=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #93D9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D9C4 is #6C263B. Grayscale: #C1C1C1. Windows color (decimal): -7087676 or 12900755. OLE color: 12900755.
HSL color Cylindrical-coordinate representation of color #93D9C4: hue angle of 162º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D9C4 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 196 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.15 |
| HSL | 162º | 0.48% | 0.71% | - |
| HSV(B) | 162º | 0.32% | 0.85% | - |
| XYZ | 46.81 | 59.81 | 61.3 | - |
| YUV | 193.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 196 | 0.32 | 0 | 0.10 | 0.15 | 162 | 0.48 | 0.71 |
| Hex | 93 | D9 | C4 | 20 | 0 | A | F | A2 | 30 | 47 |
| Octal | 223 | 331 | 304 | 40 | 0 | 12 | 17 | 242 | 60 | 107 |
| Binary | 10010011 | 11011001 | 11000100 | 100000 | 0 | 1010 | 1111 | 10100010 | 110000 | 1000111 |
Color Harmonies of #93D9C4
Complementary color
Monochromatic Colors of #93D9C4
Black with #93D9C4
Text Example
Text Example
White with #93D9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D9C4; }
p { color: rgb(147,217,196); }
H1.HeaderClassName
{
color: #93D9C4;
}
.AnyTagClassName
{
color: #93D9C4;
}
</style>
background-color css
<style>
a { background-color: #93D9C4; }
a { background-color: rgb(147,217,196); }
div.DivClassName
{
background-color: #93D9C4;
}
.BgClassName
{
background-color: #93D9C4;
}
</style>
border-color css
<style>
span { border-color: #93D9C4; }
span { border-color: rgb(147,217,196); }
td.TdClassName
{
border-color: #93D9C4;
}
.TagClassName
{
border-color: #93D9C4;
}
</style>