Shades of Riptide #94D1CA
Tints of Riptide #94D1CA
RGB
CMYK
RGB Variations
Color information
#94D1CA (or 0x94D1CA) is known color: Riptide. HEX triplet: 94, D1 and CA. RGB value is (148,209,202). Sum of RGB (Red+Green+Blue) = 148+209+202=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D1CA is #6B2E35. Grayscale: #BDBDBD. Windows color (decimal): -7024182 or 13291924. OLE color: 13291924.
HSL color Cylindrical-coordinate representation of color #94D1CA: hue angle of 173.11º 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 #94D1CA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 209 | 202 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.18 |
| HSL | 173.11º | 0.4% | 0.7% | - |
| HSV(B) | 173.11º | 0.29% | 0.82% | - |
| XYZ | 45.67 | 56.16 | 64.31 | - |
| YUV | 189.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 202 | 0.29 | 0 | 0.03 | 0.18 | 173.11 | 0.4 | 0.7 |
| Hex | 94 | D1 | CA | 1D | 0 | 3 | 12 | AD | 28 | 46 |
| Octal | 224 | 321 | 312 | 35 | 0 | 3 | 22 | 255 | 50 | 106 |
| Binary | 10010100 | 11010001 | 11001010 | 11101 | 0 | 11 | 10010 | 10101101 | 101000 | 1000110 |
Color Harmonies of #94D1CA
Complementary color
Monochromatic Colors of #94D1CA
Black with #94D1CA
Text Example
Text Example
White with #94D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D1CA; }
p { color: rgb(148,209,202); }
H1.HeaderClassName
{
color: #94D1CA;
}
.AnyTagClassName
{
color: #94D1CA;
}
</style>
background-color css
<style>
a { background-color: #94D1CA; }
a { background-color: rgb(148,209,202); }
div.DivClassName
{
background-color: #94D1CA;
}
.BgClassName
{
background-color: #94D1CA;
}
</style>
border-color css
<style>
span { border-color: #94D1CA; }
span { border-color: rgb(148,209,202); }
td.TdClassName
{
border-color: #94D1CA;
}
.TagClassName
{
border-color: #94D1CA;
}
</style>