Shades of Riptide #94DBC4
Tints of Riptide #94DBC4
RGB
CMYK
RGB Variations
Color information
#94DBC4 (or 0x94DBC4) is known color: Riptide. HEX triplet: 94, DB and C4. RGB value is (148,219,196). Sum of RGB (Red+Green+Blue) = 148+219+196=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBC4 is #6B243B. Grayscale: #C3C3C3. Windows color (decimal): -7021628 or 12901268. OLE color: 12901268.
HSL color Cylindrical-coordinate representation of color #94DBC4: hue angle of 160.56º 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 #94DBC4 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 196 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.14 |
| HSL | 160.56º | 0.5% | 0.72% | - |
| HSV(B) | 160.56º | 0.32% | 0.86% | - |
| XYZ | 47.51 | 60.94 | 61.48 | - |
| YUV | 195.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 196 | 0.32 | 0 | 0.11 | 0.14 | 160.56 | 0.5 | 0.72 |
| Hex | 94 | DB | C4 | 20 | 0 | B | E | A1 | 32 | 48 |
| Octal | 224 | 333 | 304 | 40 | 0 | 13 | 16 | 241 | 62 | 110 |
| Binary | 10010100 | 11011011 | 11000100 | 100000 | 0 | 1011 | 1110 | 10100001 | 110010 | 1001000 |
Color Harmonies of #94DBC4
Complementary color
Monochromatic Colors of #94DBC4
Black with #94DBC4
Text Example
Text Example
White with #94DBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBC4; }
p { color: rgb(148,219,196); }
H1.HeaderClassName
{
color: #94DBC4;
}
.AnyTagClassName
{
color: #94DBC4;
}
</style>
background-color css
<style>
a { background-color: #94DBC4; }
a { background-color: rgb(148,219,196); }
div.DivClassName
{
background-color: #94DBC4;
}
.BgClassName
{
background-color: #94DBC4;
}
</style>
border-color css
<style>
span { border-color: #94DBC4; }
span { border-color: rgb(148,219,196); }
td.TdClassName
{
border-color: #94DBC4;
}
.TagClassName
{
border-color: #94DBC4;
}
</style>