Shades of Riptide #94D7C9
Tints of Riptide #94D7C9
RGB
CMYK
RGB Variations
Color information
#94D7C9 (or 0x94D7C9) is known color: Riptide. HEX triplet: 94, D7 and C9. RGB value is (148,215,201). Sum of RGB (Red+Green+Blue) = 148+215+201=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7C9 is #6B2836. Grayscale: #C1C1C1. Windows color (decimal): -7022647 or 13227924. OLE color: 13227924.
HSL color Cylindrical-coordinate representation of color #94D7C9: hue angle of 167.46º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7C9 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 201 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.16 |
| HSL | 167.46º | 0.46% | 0.71% | - |
| HSV(B) | 167.46º | 0.31% | 0.84% | - |
| XYZ | 47.06 | 59.11 | 64.19 | - |
| YUV | 193.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 201 | 0.31 | 0 | 0.07 | 0.16 | 167.46 | 0.46 | 0.71 |
| Hex | 94 | D7 | C9 | 1F | 0 | 7 | 10 | A7 | 2E | 47 |
| Octal | 224 | 327 | 311 | 37 | 0 | 7 | 20 | 247 | 56 | 107 |
| Binary | 10010100 | 11010111 | 11001001 | 11111 | 0 | 111 | 10000 | 10100111 | 101110 | 1000111 |
Color Harmonies of #94D7C9
Complementary color
Monochromatic Colors of #94D7C9
Black with #94D7C9
Text Example
Text Example
White with #94D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7C9; }
p { color: rgb(148,215,201); }
H1.HeaderClassName
{
color: #94D7C9;
}
.AnyTagClassName
{
color: #94D7C9;
}
</style>
background-color css
<style>
a { background-color: #94D7C9; }
a { background-color: rgb(148,215,201); }
div.DivClassName
{
background-color: #94D7C9;
}
.BgClassName
{
background-color: #94D7C9;
}
</style>
border-color css
<style>
span { border-color: #94D7C9; }
span { border-color: rgb(148,215,201); }
td.TdClassName
{
border-color: #94D7C9;
}
.TagClassName
{
border-color: #94D7C9;
}
</style>