Shades of Riptide #94D2C5
Tints of Riptide #94D2C5
RGB
CMYK
RGB Variations
Color information
#94D2C5 (or 0x94D2C5) is known color: Riptide. HEX triplet: 94, D2 and C5. RGB value is (148,210,197). Sum of RGB (Red+Green+Blue) = 148+210+197=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #94D2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D2C5 is #6B2D3A. Grayscale: #BDBDBD. Windows color (decimal): -7023931 or 12964500. OLE color: 12964500.
HSL color Cylindrical-coordinate representation of color #94D2C5: hue angle of 167.42º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D2C5 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 197 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.18 |
| HSL | 167.42º | 0.41% | 0.7% | - |
| HSV(B) | 167.42º | 0.3% | 0.82% | - |
| XYZ | 45.34 | 56.42 | 61.32 | - |
| YUV | 189.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 197 | 0.30 | 0 | 0.06 | 0.18 | 167.42 | 0.41 | 0.7 |
| Hex | 94 | D2 | C5 | 1E | 0 | 6 | 12 | A7 | 29 | 46 |
| Octal | 224 | 322 | 305 | 36 | 0 | 6 | 22 | 247 | 51 | 106 |
| Binary | 10010100 | 11010010 | 11000101 | 11110 | 0 | 110 | 10010 | 10100111 | 101001 | 1000110 |
Color Harmonies of #94D2C5
Complementary color
Monochromatic Colors of #94D2C5
Black with #94D2C5
Text Example
Text Example
White with #94D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D2C5; }
p { color: rgb(148,210,197); }
H1.HeaderClassName
{
color: #94D2C5;
}
.AnyTagClassName
{
color: #94D2C5;
}
</style>
background-color css
<style>
a { background-color: #94D2C5; }
a { background-color: rgb(148,210,197); }
div.DivClassName
{
background-color: #94D2C5;
}
.BgClassName
{
background-color: #94D2C5;
}
</style>
border-color css
<style>
span { border-color: #94D2C5; }
span { border-color: rgb(148,210,197); }
td.TdClassName
{
border-color: #94D2C5;
}
.TagClassName
{
border-color: #94D2C5;
}
</style>