Shades of Riptide #94DFC7
Tints of Riptide #94DFC7
RGB
CMYK
RGB Variations
Color information
#94DFC7 (or 0x94DFC7) is known color: Riptide. HEX triplet: 94, DF and C7. RGB value is (148,223,199). Sum of RGB (Red+Green+Blue) = 148+223+199=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DFC7 is #6B2038. Grayscale: #C5C5C5. Windows color (decimal): -7020601 or 13098900. OLE color: 13098900.
HSL color Cylindrical-coordinate representation of color #94DFC7: hue angle of 160.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DFC7 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 199 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.13 |
| HSL | 160.8º | 0.54% | 0.73% | - |
| HSV(B) | 160.8º | 0.34% | 0.87% | - |
| XYZ | 48.91 | 63.19 | 63.65 | - |
| YUV | 197.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 199 | 0.34 | 0 | 0.11 | 0.13 | 160.8 | 0.54 | 0.73 |
| Hex | 94 | DF | C7 | 22 | 0 | B | D | A1 | 36 | 49 |
| Octal | 224 | 337 | 307 | 42 | 0 | 13 | 15 | 241 | 66 | 111 |
| Binary | 10010100 | 11011111 | 11000111 | 100010 | 0 | 1011 | 1101 | 10100001 | 110110 | 1001001 |
Color Harmonies of #94DFC7
Complementary color
Monochromatic Colors of #94DFC7
Black with #94DFC7
Text Example
Text Example
White with #94DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DFC7; }
p { color: rgb(148,223,199); }
H1.HeaderClassName
{
color: #94DFC7;
}
.AnyTagClassName
{
color: #94DFC7;
}
</style>
background-color css
<style>
a { background-color: #94DFC7; }
a { background-color: rgb(148,223,199); }
div.DivClassName
{
background-color: #94DFC7;
}
.BgClassName
{
background-color: #94DFC7;
}
</style>
border-color css
<style>
span { border-color: #94DFC7; }
span { border-color: rgb(148,223,199); }
td.TdClassName
{
border-color: #94DFC7;
}
.TagClassName
{
border-color: #94DFC7;
}
</style>