Shades of Riptide #94D9C3
Tints of Riptide #94D9C3
RGB
CMYK
RGB Variations
Color information
#94D9C3 (or 0x94D9C3) is known color: Riptide. HEX triplet: 94, D9 and C3. RGB value is (148,217,195). Sum of RGB (Red+Green+Blue) = 148+217+195=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9C3 is #6B263C. Grayscale: #C1C1C1. Windows color (decimal): -7022141 or 12835220. OLE color: 12835220.
HSL color Cylindrical-coordinate representation of color #94D9C3: hue angle of 160.87º 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 #94D9C3 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 195 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.15 |
| HSL | 160.87º | 0.48% | 0.72% | - |
| HSV(B) | 160.87º | 0.32% | 0.85% | - |
| XYZ | 46.88 | 59.86 | 60.71 | - |
| YUV | 193.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 195 | 0.32 | 0 | 0.10 | 0.15 | 160.87 | 0.48 | 0.72 |
| Hex | 94 | D9 | C3 | 20 | 0 | A | F | A1 | 30 | 48 |
| Octal | 224 | 331 | 303 | 40 | 0 | 12 | 17 | 241 | 60 | 110 |
| Binary | 10010100 | 11011001 | 11000011 | 100000 | 0 | 1010 | 1111 | 10100001 | 110000 | 1001000 |
Color Harmonies of #94D9C3
Complementary color
Monochromatic Colors of #94D9C3
Black with #94D9C3
Text Example
Text Example
White with #94D9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9C3; }
p { color: rgb(148,217,195); }
H1.HeaderClassName
{
color: #94D9C3;
}
.AnyTagClassName
{
color: #94D9C3;
}
</style>
background-color css
<style>
a { background-color: #94D9C3; }
a { background-color: rgb(148,217,195); }
div.DivClassName
{
background-color: #94D9C3;
}
.BgClassName
{
background-color: #94D9C3;
}
</style>
border-color css
<style>
span { border-color: #94D9C3; }
span { border-color: rgb(148,217,195); }
td.TdClassName
{
border-color: #94D9C3;
}
.TagClassName
{
border-color: #94D9C3;
}
</style>