Shades of Riptide #94D7C6
Tints of Riptide #94D7C6
RGB
CMYK
RGB Variations
Color information
#94D7C6 (or 0x94D7C6) is known color: Riptide. HEX triplet: 94, D7 and C6. RGB value is (148,215,198). Sum of RGB (Red+Green+Blue) = 148+215+198=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7C6 is #6B2839. Grayscale: #C1C1C1. Windows color (decimal): -7022650 or 13031316. OLE color: 13031316.
HSL color Cylindrical-coordinate representation of color #94D7C6: hue angle of 164.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7C6 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 198 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.16 |
| HSL | 164.78º | 0.46% | 0.71% | - |
| HSV(B) | 164.78º | 0.31% | 0.84% | - |
| XYZ | 46.71 | 58.97 | 62.35 | - |
| YUV | 193.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 198 | 0.31 | 0 | 0.08 | 0.16 | 164.78 | 0.46 | 0.71 |
| Hex | 94 | D7 | C6 | 1F | 0 | 8 | 10 | A5 | 2E | 47 |
| Octal | 224 | 327 | 306 | 37 | 0 | 10 | 20 | 245 | 56 | 107 |
| Binary | 10010100 | 11010111 | 11000110 | 11111 | 0 | 1000 | 10000 | 10100101 | 101110 | 1000111 |
Color Harmonies of #94D7C6
Complementary color
Monochromatic Colors of #94D7C6
Black with #94D7C6
Text Example
Text Example
White with #94D7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7C6; }
p { color: rgb(148,215,198); }
H1.HeaderClassName
{
color: #94D7C6;
}
.AnyTagClassName
{
color: #94D7C6;
}
</style>
background-color css
<style>
a { background-color: #94D7C6; }
a { background-color: rgb(148,215,198); }
div.DivClassName
{
background-color: #94D7C6;
}
.BgClassName
{
background-color: #94D7C6;
}
</style>
border-color css
<style>
span { border-color: #94D7C6; }
span { border-color: rgb(148,215,198); }
td.TdClassName
{
border-color: #94D7C6;
}
.TagClassName
{
border-color: #94D7C6;
}
</style>