Shades of Riptide #94E4C6
Tints of Riptide #94E4C6
RGB
CMYK
RGB Variations
Color information
#94E4C6 (or 0x94E4C6) is known color: Riptide. HEX triplet: 94, E4 and C6. RGB value is (148,228,198). Sum of RGB (Red+Green+Blue) = 148+228+198=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #94E4C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E4C6 is #6B1B39. Grayscale: #C8C8C8. Windows color (decimal): -7019322 or 13034644. OLE color: 13034644.
HSL color Cylindrical-coordinate representation of color #94E4C6: hue angle of 157.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E4C6 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 198 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.11 |
| HSL | 157.5º | 0.6% | 0.74% | - |
| HSV(B) | 157.5º | 0.35% | 0.89% | - |
| XYZ | 50.15 | 65.86 | 63.5 | - |
| YUV | 200.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 198 | 0.35 | 0 | 0.13 | 0.11 | 157.5 | 0.6 | 0.74 |
| Hex | 94 | E4 | C6 | 23 | 0 | D | B | 9E | 3C | 4A |
| Octal | 224 | 344 | 306 | 43 | 0 | 15 | 13 | 236 | 74 | 112 |
| Binary | 10010100 | 11100100 | 11000110 | 100011 | 0 | 1101 | 1011 | 10011110 | 111100 | 1001010 |
Color Harmonies of #94E4C6
Complementary color
Monochromatic Colors of #94E4C6
Black with #94E4C6
Text Example
Text Example
White with #94E4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E4C6; }
p { color: rgb(148,228,198); }
H1.HeaderClassName
{
color: #94E4C6;
}
.AnyTagClassName
{
color: #94E4C6;
}
</style>
background-color css
<style>
a { background-color: #94E4C6; }
a { background-color: rgb(148,228,198); }
div.DivClassName
{
background-color: #94E4C6;
}
.BgClassName
{
background-color: #94E4C6;
}
</style>
border-color css
<style>
span { border-color: #94E4C6; }
span { border-color: rgb(148,228,198); }
td.TdClassName
{
border-color: #94E4C6;
}
.TagClassName
{
border-color: #94E4C6;
}
</style>