Shades of Riptide #94D6C6
Tints of Riptide #94D6C6
RGB
CMYK
RGB Variations
Color information
#94D6C6 (or 0x94D6C6) is known color: Riptide. HEX triplet: 94, D6 and C6. RGB value is (148,214,198). Sum of RGB (Red+Green+Blue) = 148+214+198=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #94D6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D6C6 is #6B2939. Grayscale: #C0C0C0. Windows color (decimal): -7022906 or 13031060. OLE color: 13031060.
HSL color Cylindrical-coordinate representation of color #94D6C6: hue angle of 165.45º degrees, saturation: 0.45, 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 #94D6C6 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 198 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.16 |
| HSL | 165.45º | 0.45% | 0.71% | - |
| HSV(B) | 165.45º | 0.31% | 0.84% | - |
| XYZ | 46.45 | 58.47 | 62.26 | - |
| YUV | 192.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 198 | 0.31 | 0 | 0.07 | 0.16 | 165.45 | 0.45 | 0.71 |
| Hex | 94 | D6 | C6 | 1F | 0 | 7 | 10 | A5 | 2D | 47 |
| Octal | 224 | 326 | 306 | 37 | 0 | 7 | 20 | 245 | 55 | 107 |
| Binary | 10010100 | 11010110 | 11000110 | 11111 | 0 | 111 | 10000 | 10100101 | 101101 | 1000111 |
Color Harmonies of #94D6C6
Complementary color
Monochromatic Colors of #94D6C6
Black with #94D6C6
Text Example
Text Example
White with #94D6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D6C6; }
p { color: rgb(148,214,198); }
H1.HeaderClassName
{
color: #94D6C6;
}
.AnyTagClassName
{
color: #94D6C6;
}
</style>
background-color css
<style>
a { background-color: #94D6C6; }
a { background-color: rgb(148,214,198); }
div.DivClassName
{
background-color: #94D6C6;
}
.BgClassName
{
background-color: #94D6C6;
}
</style>
border-color css
<style>
span { border-color: #94D6C6; }
span { border-color: rgb(148,214,198); }
td.TdClassName
{
border-color: #94D6C6;
}
.TagClassName
{
border-color: #94D6C6;
}
</style>