Shades of Riptide #94D3C7
Tints of Riptide #94D3C7
RGB
CMYK
RGB Variations
Color information
#94D3C7 (or 0x94D3C7) is known color: Riptide. HEX triplet: 94, D3 and C7. RGB value is (148,211,199). Sum of RGB (Red+Green+Blue) = 148+211+199=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #94D3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D3C7 is #6B2C38. Grayscale: #BEBEBE. Windows color (decimal): -7023673 or 13095828. OLE color: 13095828.
HSL color Cylindrical-coordinate representation of color #94D3C7: hue angle of 168.57º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D3C7 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 199 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.17 |
| HSL | 168.57º | 0.42% | 0.7% | - |
| HSV(B) | 168.57º | 0.3% | 0.83% | - |
| XYZ | 45.82 | 57.01 | 62.62 | - |
| YUV | 190.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 199 | 0.30 | 0 | 0.06 | 0.17 | 168.57 | 0.42 | 0.7 |
| Hex | 94 | D3 | C7 | 1E | 0 | 6 | 11 | A9 | 2A | 46 |
| Octal | 224 | 323 | 307 | 36 | 0 | 6 | 21 | 251 | 52 | 106 |
| Binary | 10010100 | 11010011 | 11000111 | 11110 | 0 | 110 | 10001 | 10101001 | 101010 | 1000110 |
Color Harmonies of #94D3C7
Complementary color
Monochromatic Colors of #94D3C7
Black with #94D3C7
Text Example
Text Example
White with #94D3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3C7; }
p { color: rgb(148,211,199); }
H1.HeaderClassName
{
color: #94D3C7;
}
.AnyTagClassName
{
color: #94D3C7;
}
</style>
background-color css
<style>
a { background-color: #94D3C7; }
a { background-color: rgb(148,211,199); }
div.DivClassName
{
background-color: #94D3C7;
}
.BgClassName
{
background-color: #94D3C7;
}
</style>
border-color css
<style>
span { border-color: #94D3C7; }
span { border-color: rgb(148,211,199); }
td.TdClassName
{
border-color: #94D3C7;
}
.TagClassName
{
border-color: #94D3C7;
}
</style>