Shades of Riptide #94D0C6
Tints of Riptide #94D0C6
RGB
CMYK
RGB Variations
Color information
#94D0C6 (or 0x94D0C6) is known color: Riptide. HEX triplet: 94, D0 and C6. RGB value is (148,208,198). Sum of RGB (Red+Green+Blue) = 148+208+198=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0C6 is #6B2F39. Grayscale: #BCBCBC. Windows color (decimal): -7024442 or 13029524. OLE color: 13029524.
HSL color Cylindrical-coordinate representation of color #94D0C6: hue angle of 170º 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 #94D0C6 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 198 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.18 |
| HSL | 170º | 0.39% | 0.7% | - |
| HSV(B) | 170º | 0.29% | 0.82% | - |
| XYZ | 44.96 | 55.48 | 61.77 | - |
| YUV | 188.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 198 | 0.29 | 0 | 0.05 | 0.18 | 170 | 0.39 | 0.7 |
| Hex | 94 | D0 | C6 | 1D | 0 | 5 | 12 | AA | 27 | 46 |
| Octal | 224 | 320 | 306 | 35 | 0 | 5 | 22 | 252 | 47 | 106 |
| Binary | 10010100 | 11010000 | 11000110 | 11101 | 0 | 101 | 10010 | 10101010 | 100111 | 1000110 |
Color Harmonies of #94D0C6
Complementary color
Monochromatic Colors of #94D0C6
Black with #94D0C6
Text Example
Text Example
White with #94D0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0C6; }
p { color: rgb(148,208,198); }
H1.HeaderClassName
{
color: #94D0C6;
}
.AnyTagClassName
{
color: #94D0C6;
}
</style>
background-color css
<style>
a { background-color: #94D0C6; }
a { background-color: rgb(148,208,198); }
div.DivClassName
{
background-color: #94D0C6;
}
.BgClassName
{
background-color: #94D0C6;
}
</style>
border-color css
<style>
span { border-color: #94D0C6; }
span { border-color: rgb(148,208,198); }
td.TdClassName
{
border-color: #94D0C6;
}
.TagClassName
{
border-color: #94D0C6;
}
</style>