Shades of Riptide #94DAC4
Tints of Riptide #94DAC4
RGB
CMYK
RGB Variations
Color information
#94DAC4 (or 0x94DAC4) is known color: Riptide. HEX triplet: 94, DA and C4. RGB value is (148,218,196). Sum of RGB (Red+Green+Blue) = 148+218+196=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DAC4 is #6B253B. Grayscale: #C2C2C2. Windows color (decimal): -7021884 or 12901012. OLE color: 12901012.
HSL color Cylindrical-coordinate representation of color #94DAC4: hue angle of 161.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DAC4 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 196 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.15 |
| HSL | 161.14º | 0.49% | 0.72% | - |
| HSV(B) | 161.14º | 0.32% | 0.85% | - |
| XYZ | 47.25 | 60.42 | 61.4 | - |
| YUV | 194.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 196 | 0.32 | 0 | 0.10 | 0.15 | 161.14 | 0.49 | 0.72 |
| Hex | 94 | DA | C4 | 20 | 0 | A | F | A1 | 31 | 48 |
| Octal | 224 | 332 | 304 | 40 | 0 | 12 | 17 | 241 | 61 | 110 |
| Binary | 10010100 | 11011010 | 11000100 | 100000 | 0 | 1010 | 1111 | 10100001 | 110001 | 1001000 |
Color Harmonies of #94DAC4
Complementary color
Monochromatic Colors of #94DAC4
Black with #94DAC4
Text Example
Text Example
White with #94DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAC4; }
p { color: rgb(148,218,196); }
H1.HeaderClassName
{
color: #94DAC4;
}
.AnyTagClassName
{
color: #94DAC4;
}
</style>
background-color css
<style>
a { background-color: #94DAC4; }
a { background-color: rgb(148,218,196); }
div.DivClassName
{
background-color: #94DAC4;
}
.BgClassName
{
background-color: #94DAC4;
}
</style>
border-color css
<style>
span { border-color: #94DAC4; }
span { border-color: rgb(148,218,196); }
td.TdClassName
{
border-color: #94DAC4;
}
.TagClassName
{
border-color: #94DAC4;
}
</style>