Shades of Riptide #94D0C7
Tints of Riptide #94D0C7
RGB
CMYK
RGB Variations
Color information
#94D0C7 (or 0x94D0C7) is known color: Riptide. HEX triplet: 94, D0 and C7. RGB value is (148,208,199). Sum of RGB (Red+Green+Blue) = 148+208+199=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0C7 is #6B2F38. Grayscale: #BDBDBD. Windows color (decimal): -7024441 or 13095060. OLE color: 13095060.
HSL color Cylindrical-coordinate representation of color #94D0C7: hue angle of 171º 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 #94D0C7 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 199 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.18 |
| HSL | 171º | 0.39% | 0.7% | - |
| HSV(B) | 171º | 0.29% | 0.82% | - |
| XYZ | 45.08 | 55.53 | 62.38 | - |
| YUV | 189.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 199 | 0.29 | 0 | 0.04 | 0.18 | 171 | 0.39 | 0.7 |
| Hex | 94 | D0 | C7 | 1D | 0 | 4 | 12 | AB | 27 | 46 |
| Octal | 224 | 320 | 307 | 35 | 0 | 4 | 22 | 253 | 47 | 106 |
| Binary | 10010100 | 11010000 | 11000111 | 11101 | 0 | 100 | 10010 | 10101011 | 100111 | 1000110 |
Color Harmonies of #94D0C7
Complementary color
Monochromatic Colors of #94D0C7
Black with #94D0C7
Text Example
Text Example
White with #94D0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0C7; }
p { color: rgb(148,208,199); }
H1.HeaderClassName
{
color: #94D0C7;
}
.AnyTagClassName
{
color: #94D0C7;
}
</style>
background-color css
<style>
a { background-color: #94D0C7; }
a { background-color: rgb(148,208,199); }
div.DivClassName
{
background-color: #94D0C7;
}
.BgClassName
{
background-color: #94D0C7;
}
</style>
border-color css
<style>
span { border-color: #94D0C7; }
span { border-color: rgb(148,208,199); }
td.TdClassName
{
border-color: #94D0C7;
}
.TagClassName
{
border-color: #94D0C7;
}
</style>