Shades of Riptide #94E1D6
Tints of Riptide #94E1D6
RGB
CMYK
RGB Variations
Color information
#94E1D6 (or 0x94E1D6) is known color: Riptide. HEX triplet: 94, E1 and D6. RGB value is (148,225,214). Sum of RGB (Red+Green+Blue) = 148+225+214=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #94E1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E1D6 is #6B1E29. Grayscale: #C8C8C8. Windows color (decimal): -7020074 or 14082452. OLE color: 14082452.
HSL color Cylindrical-coordinate representation of color #94E1D6: hue angle of 171.43º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E1D6 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 214 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.12 |
| HSL | 171.43º | 0.56% | 0.73% | - |
| HSV(B) | 171.43º | 0.34% | 0.88% | - |
| XYZ | 51.28 | 65 | 73.46 | - |
| YUV | 200.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 214 | 0.34 | 0 | 0.05 | 0.12 | 171.43 | 0.56 | 0.73 |
| Hex | 94 | E1 | D6 | 22 | 0 | 5 | C | AB | 38 | 49 |
| Octal | 224 | 341 | 326 | 42 | 0 | 5 | 14 | 253 | 70 | 111 |
| Binary | 10010100 | 11100001 | 11010110 | 100010 | 0 | 101 | 1100 | 10101011 | 111000 | 1001001 |
Color Harmonies of #94E1D6
Complementary color
Monochromatic Colors of #94E1D6
Black with #94E1D6
Text Example
Text Example
White with #94E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E1D6; }
p { color: rgb(148,225,214); }
H1.HeaderClassName
{
color: #94E1D6;
}
.AnyTagClassName
{
color: #94E1D6;
}
</style>
background-color css
<style>
a { background-color: #94E1D6; }
a { background-color: rgb(148,225,214); }
div.DivClassName
{
background-color: #94E1D6;
}
.BgClassName
{
background-color: #94E1D6;
}
</style>
border-color css
<style>
span { border-color: #94E1D6; }
span { border-color: rgb(148,225,214); }
td.TdClassName
{
border-color: #94E1D6;
}
.TagClassName
{
border-color: #94E1D6;
}
</style>