Shades of Riptide #94DCC6
Tints of Riptide #94DCC6
RGB
CMYK
RGB Variations
Color information
#94DCC6 (or 0x94DCC6) is known color: Riptide. HEX triplet: 94, DC and C6. RGB value is (148,220,198). Sum of RGB (Red+Green+Blue) = 148+220+198=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCC6 is #6B2339. Grayscale: #C3C3C3. Windows color (decimal): -7021370 or 13032596. OLE color: 13032596.
HSL color Cylindrical-coordinate representation of color #94DCC6: hue angle of 161.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCC6 is Cyan = 0.33, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 198 | - |
| CMYK | 0.33 | 0 | 0.1 | 0.14 |
| HSL | 161.67º | 0.51% | 0.72% | - |
| HSV(B) | 161.67º | 0.33% | 0.86% | - |
| XYZ | 48 | 61.56 | 62.78 | - |
| YUV | 195.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 198 | 0.33 | 0 | 0.1 | 0.14 | 161.67 | 0.51 | 0.72 |
| Hex | 94 | DC | C6 | 21 | 0 | A | E | A2 | 33 | 48 |
| Octal | 224 | 334 | 306 | 41 | 0 | 12 | 16 | 242 | 63 | 110 |
| Binary | 10010100 | 11011100 | 11000110 | 100001 | 0 | 1010 | 1110 | 10100010 | 110011 | 1001000 |
Color Harmonies of #94DCC6
Complementary color
Monochromatic Colors of #94DCC6
Black with #94DCC6
Text Example
Text Example
White with #94DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCC6; }
p { color: rgb(148,220,198); }
H1.HeaderClassName
{
color: #94DCC6;
}
.AnyTagClassName
{
color: #94DCC6;
}
</style>
background-color css
<style>
a { background-color: #94DCC6; }
a { background-color: rgb(148,220,198); }
div.DivClassName
{
background-color: #94DCC6;
}
.BgClassName
{
background-color: #94DCC6;
}
</style>
border-color css
<style>
span { border-color: #94DCC6; }
span { border-color: rgb(148,220,198); }
td.TdClassName
{
border-color: #94DCC6;
}
.TagClassName
{
border-color: #94DCC6;
}
</style>