Shades of Riptide #94DAC9
Tints of Riptide #94DAC9
RGB
CMYK
RGB Variations
Color information
#94DAC9 (or 0x94DAC9) is known color: Riptide. HEX triplet: 94, DA and C9. RGB value is (148,218,201). Sum of RGB (Red+Green+Blue) = 148+218+201=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DAC9 is #6B2536. Grayscale: #C3C3C3. Windows color (decimal): -7021879 or 13228692. OLE color: 13228692.
HSL color Cylindrical-coordinate representation of color #94DAC9: hue angle of 165.43º 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 #94DAC9 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 201 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.15 |
| HSL | 165.43º | 0.49% | 0.72% | - |
| HSV(B) | 165.43º | 0.32% | 0.85% | - |
| XYZ | 47.83 | 60.66 | 64.45 | - |
| YUV | 195.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 201 | 0.32 | 0 | 0.08 | 0.15 | 165.43 | 0.49 | 0.72 |
| Hex | 94 | DA | C9 | 20 | 0 | 8 | F | A5 | 31 | 48 |
| Octal | 224 | 332 | 311 | 40 | 0 | 10 | 17 | 245 | 61 | 110 |
| Binary | 10010100 | 11011010 | 11001001 | 100000 | 0 | 1000 | 1111 | 10100101 | 110001 | 1001000 |
Color Harmonies of #94DAC9
Complementary color
Monochromatic Colors of #94DAC9
Black with #94DAC9
Text Example
Text Example
White with #94DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAC9; }
p { color: rgb(148,218,201); }
H1.HeaderClassName
{
color: #94DAC9;
}
.AnyTagClassName
{
color: #94DAC9;
}
</style>
background-color css
<style>
a { background-color: #94DAC9; }
a { background-color: rgb(148,218,201); }
div.DivClassName
{
background-color: #94DAC9;
}
.BgClassName
{
background-color: #94DAC9;
}
</style>
border-color css
<style>
span { border-color: #94DAC9; }
span { border-color: rgb(148,218,201); }
td.TdClassName
{
border-color: #94DAC9;
}
.TagClassName
{
border-color: #94DAC9;
}
</style>