Shades of Riptide #94D9D1
Tints of Riptide #94D9D1
RGB
CMYK
RGB Variations
Color information
#94D9D1 (or 0x94D9D1) is known color: Riptide. HEX triplet: 94, D9 and D1. RGB value is (148,217,209). Sum of RGB (Red+Green+Blue) = 148+217+209=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9D1 is #6B262E. Grayscale: #C3C3C3. Windows color (decimal): -7022127 or 13752724. OLE color: 13752724.
HSL color Cylindrical-coordinate representation of color #94D9D1: hue angle of 173.04º 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 #94D9D1 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 209 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.15 |
| HSL | 173.04º | 0.48% | 0.72% | - |
| HSV(B) | 173.04º | 0.32% | 0.85% | - |
| XYZ | 48.53 | 60.53 | 69.45 | - |
| YUV | 195.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 209 | 0.32 | 0 | 0.04 | 0.15 | 173.04 | 0.48 | 0.72 |
| Hex | 94 | D9 | D1 | 20 | 0 | 4 | F | AD | 30 | 48 |
| Octal | 224 | 331 | 321 | 40 | 0 | 4 | 17 | 255 | 60 | 110 |
| Binary | 10010100 | 11011001 | 11010001 | 100000 | 0 | 100 | 1111 | 10101101 | 110000 | 1001000 |
Color Harmonies of #94D9D1
Complementary color
Monochromatic Colors of #94D9D1
Black with #94D9D1
Text Example
Text Example
White with #94D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9D1; }
p { color: rgb(148,217,209); }
H1.HeaderClassName
{
color: #94D9D1;
}
.AnyTagClassName
{
color: #94D9D1;
}
</style>
background-color css
<style>
a { background-color: #94D9D1; }
a { background-color: rgb(148,217,209); }
div.DivClassName
{
background-color: #94D9D1;
}
.BgClassName
{
background-color: #94D9D1;
}
</style>
border-color css
<style>
span { border-color: #94D9D1; }
span { border-color: rgb(148,217,209); }
td.TdClassName
{
border-color: #94D9D1;
}
.TagClassName
{
border-color: #94D9D1;
}
</style>