Shades of Riptide #94DBC0
Tints of Riptide #94DBC0
RGB
CMYK
RGB Variations
Color information
#94DBC0 (or 0x94DBC0) is known color: Riptide. HEX triplet: 94, DB and C0. RGB value is (148,219,192). Sum of RGB (Red+Green+Blue) = 148+219+192=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBC0 is #6B243F. Grayscale: #C2C2C2. Windows color (decimal): -7021632 or 12639124. OLE color: 12639124.
HSL color Cylindrical-coordinate representation of color #94DBC0: hue angle of 157.18º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DBC0 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 192 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.14 |
| HSL | 157.18º | 0.5% | 0.72% | - |
| HSV(B) | 157.18º | 0.32% | 0.86% | - |
| XYZ | 47.06 | 60.76 | 59.12 | - |
| YUV | 194.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 192 | 0.32 | 0 | 0.12 | 0.14 | 157.18 | 0.5 | 0.72 |
| Hex | 94 | DB | C0 | 20 | 0 | C | E | 9D | 32 | 48 |
| Octal | 224 | 333 | 300 | 40 | 0 | 14 | 16 | 235 | 62 | 110 |
| Binary | 10010100 | 11011011 | 11000000 | 100000 | 0 | 1100 | 1110 | 10011101 | 110010 | 1001000 |
Color Harmonies of #94DBC0
Complementary color
Monochromatic Colors of #94DBC0
Black with #94DBC0
Text Example
Text Example
White with #94DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBC0; }
p { color: rgb(148,219,192); }
H1.HeaderClassName
{
color: #94DBC0;
}
.AnyTagClassName
{
color: #94DBC0;
}
</style>
background-color css
<style>
a { background-color: #94DBC0; }
a { background-color: rgb(148,219,192); }
div.DivClassName
{
background-color: #94DBC0;
}
.BgClassName
{
background-color: #94DBC0;
}
</style>
border-color css
<style>
span { border-color: #94DBC0; }
span { border-color: rgb(148,219,192); }
td.TdClassName
{
border-color: #94DBC0;
}
.TagClassName
{
border-color: #94DBC0;
}
</style>