Shades of Riptide #94D1C5
Tints of Riptide #94D1C5
RGB
CMYK
RGB Variations
Color information
#94D1C5 (or 0x94D1C5) is known color: Riptide. HEX triplet: 94, D1 and C5. RGB value is (148,209,197). Sum of RGB (Red+Green+Blue) = 148+209+197=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D1C5 is #6B2E3A. Grayscale: #BDBDBD. Windows color (decimal): -7024187 or 12964244. OLE color: 12964244.
HSL color Cylindrical-coordinate representation of color #94D1C5: hue angle of 168.2º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D1C5 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 209 | 197 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.18 |
| HSL | 168.2º | 0.4% | 0.7% | - |
| HSV(B) | 168.2º | 0.29% | 0.82% | - |
| XYZ | 45.09 | 55.93 | 61.24 | - |
| YUV | 189.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 197 | 0.29 | 0 | 0.06 | 0.18 | 168.2 | 0.4 | 0.7 |
| Hex | 94 | D1 | C5 | 1D | 0 | 6 | 12 | A8 | 28 | 46 |
| Octal | 224 | 321 | 305 | 35 | 0 | 6 | 22 | 250 | 50 | 106 |
| Binary | 10010100 | 11010001 | 11000101 | 11101 | 0 | 110 | 10010 | 10101000 | 101000 | 1000110 |
Color Harmonies of #94D1C5
Complementary color
Monochromatic Colors of #94D1C5
Black with #94D1C5
Text Example
Text Example
White with #94D1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D1C5; }
p { color: rgb(148,209,197); }
H1.HeaderClassName
{
color: #94D1C5;
}
.AnyTagClassName
{
color: #94D1C5;
}
</style>
background-color css
<style>
a { background-color: #94D1C5; }
a { background-color: rgb(148,209,197); }
div.DivClassName
{
background-color: #94D1C5;
}
.BgClassName
{
background-color: #94D1C5;
}
</style>
border-color css
<style>
span { border-color: #94D1C5; }
span { border-color: rgb(148,209,197); }
td.TdClassName
{
border-color: #94D1C5;
}
.TagClassName
{
border-color: #94D1C5;
}
</style>