Shades of Riptide #94D9C2
Tints of Riptide #94D9C2
RGB
CMYK
RGB Variations
Color information
#94D9C2 (or 0x94D9C2) is known color: Riptide. HEX triplet: 94, D9 and C2. RGB value is (148,217,194). Sum of RGB (Red+Green+Blue) = 148+217+194=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9C2 is #6B263D. Grayscale: #C1C1C1. Windows color (decimal): -7022142 or 12769684. OLE color: 12769684.
HSL color Cylindrical-coordinate representation of color #94D9C2: hue angle of 160º 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 #94D9C2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 194 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.15 |
| HSL | 160º | 0.48% | 0.72% | - |
| HSV(B) | 160º | 0.32% | 0.85% | - |
| XYZ | 46.76 | 59.82 | 60.12 | - |
| YUV | 193.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 194 | 0.32 | 0 | 0.11 | 0.15 | 160 | 0.48 | 0.72 |
| Hex | 94 | D9 | C2 | 20 | 0 | B | F | A0 | 30 | 48 |
| Octal | 224 | 331 | 302 | 40 | 0 | 13 | 17 | 240 | 60 | 110 |
| Binary | 10010100 | 11011001 | 11000010 | 100000 | 0 | 1011 | 1111 | 10100000 | 110000 | 1001000 |
Color Harmonies of #94D9C2
Complementary color
Monochromatic Colors of #94D9C2
Black with #94D9C2
Text Example
Text Example
White with #94D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9C2; }
p { color: rgb(148,217,194); }
H1.HeaderClassName
{
color: #94D9C2;
}
.AnyTagClassName
{
color: #94D9C2;
}
</style>
background-color css
<style>
a { background-color: #94D9C2; }
a { background-color: rgb(148,217,194); }
div.DivClassName
{
background-color: #94D9C2;
}
.BgClassName
{
background-color: #94D9C2;
}
</style>
border-color css
<style>
span { border-color: #94D9C2; }
span { border-color: rgb(148,217,194); }
td.TdClassName
{
border-color: #94D9C2;
}
.TagClassName
{
border-color: #94D9C2;
}
</style>