Shades of Riptide #93DAC1
Tints of Riptide #93DAC1
RGB
CMYK
RGB Variations
Color information
#93DAC1 (or 0x93DAC1) is known color: Riptide. HEX triplet: 93, DA and C1. RGB value is (147,218,193). Sum of RGB (Red+Green+Blue) = 147+218+193=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAC1 is #6C253E. Grayscale: #C1C1C1. Windows color (decimal): -7087423 or 12704403. OLE color: 12704403.
HSL color Cylindrical-coordinate representation of color #93DAC1: hue angle of 158.87º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAC1 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 193 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.15 |
| HSL | 158.87º | 0.49% | 0.72% | - |
| HSV(B) | 158.87º | 0.33% | 0.85% | - |
| XYZ | 46.73 | 60.2 | 59.61 | - |
| YUV | 193.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 193 | 0.33 | 0 | 0.11 | 0.15 | 158.87 | 0.49 | 0.72 |
| Hex | 93 | DA | C1 | 21 | 0 | B | F | 9F | 31 | 48 |
| Octal | 223 | 332 | 301 | 41 | 0 | 13 | 17 | 237 | 61 | 110 |
| Binary | 10010011 | 11011010 | 11000001 | 100001 | 0 | 1011 | 1111 | 10011111 | 110001 | 1001000 |
Color Harmonies of #93DAC1
Complementary color
Monochromatic Colors of #93DAC1
Black with #93DAC1
Text Example
Text Example
White with #93DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAC1; }
p { color: rgb(147,218,193); }
H1.HeaderClassName
{
color: #93DAC1;
}
.AnyTagClassName
{
color: #93DAC1;
}
</style>
background-color css
<style>
a { background-color: #93DAC1; }
a { background-color: rgb(147,218,193); }
div.DivClassName
{
background-color: #93DAC1;
}
.BgClassName
{
background-color: #93DAC1;
}
</style>
border-color css
<style>
span { border-color: #93DAC1; }
span { border-color: rgb(147,218,193); }
td.TdClassName
{
border-color: #93DAC1;
}
.TagClassName
{
border-color: #93DAC1;
}
</style>