Shades of Riptide #94D0C9
Tints of Riptide #94D0C9
RGB
CMYK
RGB Variations
Color information
#94D0C9 (or 0x94D0C9) is known color: Riptide. HEX triplet: 94, D0 and C9. RGB value is (148,208,201). Sum of RGB (Red+Green+Blue) = 148+208+201=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0C9 is #6B2F36. Grayscale: #BDBDBD. Windows color (decimal): -7024439 or 13226132. OLE color: 13226132.
HSL color Cylindrical-coordinate representation of color #94D0C9: hue angle of 173º degrees, saturation: 0.39, 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 #94D0C9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 201 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.18 |
| HSL | 173º | 0.39% | 0.7% | - |
| HSV(B) | 173º | 0.29% | 0.82% | - |
| XYZ | 45.31 | 55.62 | 63.61 | - |
| YUV | 189.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 201 | 0.29 | 0 | 0.03 | 0.18 | 173 | 0.39 | 0.7 |
| Hex | 94 | D0 | C9 | 1D | 0 | 3 | 12 | AD | 27 | 46 |
| Octal | 224 | 320 | 311 | 35 | 0 | 3 | 22 | 255 | 47 | 106 |
| Binary | 10010100 | 11010000 | 11001001 | 11101 | 0 | 11 | 10010 | 10101101 | 100111 | 1000110 |
Color Harmonies of #94D0C9
Complementary color
Monochromatic Colors of #94D0C9
Black with #94D0C9
Text Example
Text Example
White with #94D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0C9; }
p { color: rgb(148,208,201); }
H1.HeaderClassName
{
color: #94D0C9;
}
.AnyTagClassName
{
color: #94D0C9;
}
</style>
background-color css
<style>
a { background-color: #94D0C9; }
a { background-color: rgb(148,208,201); }
div.DivClassName
{
background-color: #94D0C9;
}
.BgClassName
{
background-color: #94D0C9;
}
</style>
border-color css
<style>
span { border-color: #94D0C9; }
span { border-color: rgb(148,208,201); }
td.TdClassName
{
border-color: #94D0C9;
}
.TagClassName
{
border-color: #94D0C9;
}
</style>