Shades of Riptide #94DBC1
Tints of Riptide #94DBC1
RGB
CMYK
RGB Variations
Color information
#94DBC1 (or 0x94DBC1) is known color: Riptide. HEX triplet: 94, DB and C1. RGB value is (148,219,193). Sum of RGB (Red+Green+Blue) = 148+219+193=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBC1 is #6B243E. Grayscale: #C2C2C2. Windows color (decimal): -7021631 or 12704660. OLE color: 12704660.
HSL color Cylindrical-coordinate representation of color #94DBC1: hue angle of 158.03º 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 #94DBC1 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 193 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.14 |
| HSL | 158.03º | 0.5% | 0.72% | - |
| HSV(B) | 158.03º | 0.32% | 0.86% | - |
| XYZ | 47.17 | 60.81 | 59.7 | - |
| YUV | 194.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 193 | 0.32 | 0 | 0.12 | 0.14 | 158.03 | 0.5 | 0.72 |
| Hex | 94 | DB | C1 | 20 | 0 | C | E | 9E | 32 | 48 |
| Octal | 224 | 333 | 301 | 40 | 0 | 14 | 16 | 236 | 62 | 110 |
| Binary | 10010100 | 11011011 | 11000001 | 100000 | 0 | 1100 | 1110 | 10011110 | 110010 | 1001000 |
Color Harmonies of #94DBC1
Complementary color
Monochromatic Colors of #94DBC1
Black with #94DBC1
Text Example
Text Example
White with #94DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBC1; }
p { color: rgb(148,219,193); }
H1.HeaderClassName
{
color: #94DBC1;
}
.AnyTagClassName
{
color: #94DBC1;
}
</style>
background-color css
<style>
a { background-color: #94DBC1; }
a { background-color: rgb(148,219,193); }
div.DivClassName
{
background-color: #94DBC1;
}
.BgClassName
{
background-color: #94DBC1;
}
</style>
border-color css
<style>
span { border-color: #94DBC1; }
span { border-color: rgb(148,219,193); }
td.TdClassName
{
border-color: #94DBC1;
}
.TagClassName
{
border-color: #94DBC1;
}
</style>