Shades of Riptide #94D9C0
Tints of Riptide #94D9C0
RGB
CMYK
RGB Variations
Color information
#94D9C0 (or 0x94D9C0) is known color: Riptide. HEX triplet: 94, D9 and C0. RGB value is (148,217,192). Sum of RGB (Red+Green+Blue) = 148+217+192=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9C0 is #6B263F. Grayscale: #C1C1C1. Windows color (decimal): -7022144 or 12638612. OLE color: 12638612.
HSL color Cylindrical-coordinate representation of color #94D9C0: hue angle of 158.26º 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 #94D9C0 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 192 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.15 |
| HSL | 158.26º | 0.48% | 0.72% | - |
| HSV(B) | 158.26º | 0.32% | 0.85% | - |
| XYZ | 46.54 | 59.73 | 58.94 | - |
| YUV | 193.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 192 | 0.32 | 0 | 0.12 | 0.15 | 158.26 | 0.48 | 0.72 |
| Hex | 94 | D9 | C0 | 20 | 0 | C | F | 9E | 30 | 48 |
| Octal | 224 | 331 | 300 | 40 | 0 | 14 | 17 | 236 | 60 | 110 |
| Binary | 10010100 | 11011001 | 11000000 | 100000 | 0 | 1100 | 1111 | 10011110 | 110000 | 1001000 |
Color Harmonies of #94D9C0
Complementary color
Monochromatic Colors of #94D9C0
Black with #94D9C0
Text Example
Text Example
White with #94D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9C0; }
p { color: rgb(148,217,192); }
H1.HeaderClassName
{
color: #94D9C0;
}
.AnyTagClassName
{
color: #94D9C0;
}
</style>
background-color css
<style>
a { background-color: #94D9C0; }
a { background-color: rgb(148,217,192); }
div.DivClassName
{
background-color: #94D9C0;
}
.BgClassName
{
background-color: #94D9C0;
}
</style>
border-color css
<style>
span { border-color: #94D9C0; }
span { border-color: rgb(148,217,192); }
td.TdClassName
{
border-color: #94D9C0;
}
.TagClassName
{
border-color: #94D9C0;
}
</style>