Shades of Riptide #94D9C7
Tints of Riptide #94D9C7
RGB
CMYK
RGB Variations
Color information
#94D9C7 (or 0x94D9C7) is known color: Riptide. HEX triplet: 94, D9 and C7. RGB value is (148,217,199). Sum of RGB (Red+Green+Blue) = 148+217+199=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9C7 is #6B2638. Grayscale: #C2C2C2. Windows color (decimal): -7022137 or 13097364. OLE color: 13097364.
HSL color Cylindrical-coordinate representation of color #94D9C7: hue angle of 164.35º 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 #94D9C7 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 199 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.15 |
| HSL | 164.35º | 0.48% | 0.72% | - |
| HSV(B) | 164.35º | 0.32% | 0.85% | - |
| XYZ | 47.33 | 60.05 | 63.13 | - |
| YUV | 194.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 199 | 0.32 | 0 | 0.08 | 0.15 | 164.35 | 0.48 | 0.72 |
| Hex | 94 | D9 | C7 | 20 | 0 | 8 | F | A4 | 30 | 48 |
| Octal | 224 | 331 | 307 | 40 | 0 | 10 | 17 | 244 | 60 | 110 |
| Binary | 10010100 | 11011001 | 11000111 | 100000 | 0 | 1000 | 1111 | 10100100 | 110000 | 1001000 |
Color Harmonies of #94D9C7
Complementary color
Monochromatic Colors of #94D9C7
Black with #94D9C7
Text Example
Text Example
White with #94D9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9C7; }
p { color: rgb(148,217,199); }
H1.HeaderClassName
{
color: #94D9C7;
}
.AnyTagClassName
{
color: #94D9C7;
}
</style>
background-color css
<style>
a { background-color: #94D9C7; }
a { background-color: rgb(148,217,199); }
div.DivClassName
{
background-color: #94D9C7;
}
.BgClassName
{
background-color: #94D9C7;
}
</style>
border-color css
<style>
span { border-color: #94D9C7; }
span { border-color: rgb(148,217,199); }
td.TdClassName
{
border-color: #94D9C7;
}
.TagClassName
{
border-color: #94D9C7;
}
</style>