Shades of Riptide #94D9C6
Tints of Riptide #94D9C6
RGB
CMYK
RGB Variations
Color information
#94D9C6 (or 0x94D9C6) is known color: Riptide. HEX triplet: 94, D9 and C6. RGB value is (148,217,198). Sum of RGB (Red+Green+Blue) = 148+217+198=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9C6 is #6B2639. Grayscale: #C2C2C2. Windows color (decimal): -7022138 or 13031828. OLE color: 13031828.
HSL color Cylindrical-coordinate representation of color #94D9C6: hue angle of 163.48º degrees, saturation: 0.48, 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 #94D9C6 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 198 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.15 |
| HSL | 163.48º | 0.48% | 0.72% | - |
| HSV(B) | 163.48º | 0.32% | 0.85% | - |
| XYZ | 47.22 | 60 | 62.52 | - |
| YUV | 194.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 198 | 0.32 | 0 | 0.09 | 0.15 | 163.48 | 0.48 | 0.72 |
| Hex | 94 | D9 | C6 | 20 | 0 | 9 | F | A3 | 30 | 48 |
| Octal | 224 | 331 | 306 | 40 | 0 | 11 | 17 | 243 | 60 | 110 |
| Binary | 10010100 | 11011001 | 11000110 | 100000 | 0 | 1001 | 1111 | 10100011 | 110000 | 1001000 |
Color Harmonies of #94D9C6
Complementary color
Monochromatic Colors of #94D9C6
Black with #94D9C6
Text Example
Text Example
White with #94D9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9C6; }
p { color: rgb(148,217,198); }
H1.HeaderClassName
{
color: #94D9C6;
}
.AnyTagClassName
{
color: #94D9C6;
}
</style>
background-color css
<style>
a { background-color: #94D9C6; }
a { background-color: rgb(148,217,198); }
div.DivClassName
{
background-color: #94D9C6;
}
.BgClassName
{
background-color: #94D9C6;
}
</style>
border-color css
<style>
span { border-color: #94D9C6; }
span { border-color: rgb(148,217,198); }
td.TdClassName
{
border-color: #94D9C6;
}
.TagClassName
{
border-color: #94D9C6;
}
</style>