Shades of Riptide #94ECD5
Tints of Riptide #94ECD5
RGB
CMYK
RGB Variations
Color information
#94ECD5 (or 0x94ECD5) is known color: Riptide. HEX triplet: 94, EC and D5. RGB value is (148,236,213). Sum of RGB (Red+Green+Blue) = 148+236+213=597 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.79% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECD5 is #6B132A. Grayscale: #CFCFCF. Windows color (decimal): -7017259 or 14019732. OLE color: 14019732.
HSL color Cylindrical-coordinate representation of color #94ECD5: hue angle of 164.32º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECD5 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 213 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.07 |
| HSL | 164.32º | 0.7% | 0.75% | - |
| HSV(B) | 164.32º | 0.37% | 0.93% | - |
| XYZ | 54.22 | 71.09 | 73.82 | - |
| YUV | 207.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 213 | 0.37 | 0 | 0.10 | 0.07 | 164.32 | 0.7 | 0.75 |
| Hex | 94 | EC | D5 | 25 | 0 | A | 7 | A4 | 46 | 4B |
| Octal | 224 | 354 | 325 | 45 | 0 | 12 | 7 | 244 | 106 | 113 |
| Binary | 10010100 | 11101100 | 11010101 | 100101 | 0 | 1010 | 111 | 10100100 | 1000110 | 1001011 |
Color Harmonies of #94ECD5
Complementary color
Monochromatic Colors of #94ECD5
Black with #94ECD5
Text Example
Text Example
White with #94ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECD5; }
p { color: rgb(148,236,213); }
H1.HeaderClassName
{
color: #94ECD5;
}
.AnyTagClassName
{
color: #94ECD5;
}
</style>
background-color css
<style>
a { background-color: #94ECD5; }
a { background-color: rgb(148,236,213); }
div.DivClassName
{
background-color: #94ECD5;
}
.BgClassName
{
background-color: #94ECD5;
}
</style>
border-color css
<style>
span { border-color: #94ECD5; }
span { border-color: rgb(148,236,213); }
td.TdClassName
{
border-color: #94ECD5;
}
.TagClassName
{
border-color: #94ECD5;
}
</style>