Shades of Riptide #94DBC5
Tints of Riptide #94DBC5
RGB
CMYK
RGB Variations
Color information
#94DBC5 (or 0x94DBC5) is known color: Riptide. HEX triplet: 94, DB and C5. RGB value is (148,219,197). Sum of RGB (Red+Green+Blue) = 148+219+197=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBC5 is #6B243A. Grayscale: #C3C3C3. Windows color (decimal): -7021627 or 12966804. OLE color: 12966804.
HSL color Cylindrical-coordinate representation of color #94DBC5: hue angle of 161.41º 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 #94DBC5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 197 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.14 |
| HSL | 161.41º | 0.5% | 0.72% | - |
| HSV(B) | 161.41º | 0.32% | 0.86% | - |
| XYZ | 47.62 | 60.99 | 62.09 | - |
| YUV | 195.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 197 | 0.32 | 0 | 0.10 | 0.14 | 161.41 | 0.5 | 0.72 |
| Hex | 94 | DB | C5 | 20 | 0 | A | E | A1 | 32 | 48 |
| Octal | 224 | 333 | 305 | 40 | 0 | 12 | 16 | 241 | 62 | 110 |
| Binary | 10010100 | 11011011 | 11000101 | 100000 | 0 | 1010 | 1110 | 10100001 | 110010 | 1001000 |
Color Harmonies of #94DBC5
Complementary color
Monochromatic Colors of #94DBC5
Black with #94DBC5
Text Example
Text Example
White with #94DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBC5; }
p { color: rgb(148,219,197); }
H1.HeaderClassName
{
color: #94DBC5;
}
.AnyTagClassName
{
color: #94DBC5;
}
</style>
background-color css
<style>
a { background-color: #94DBC5; }
a { background-color: rgb(148,219,197); }
div.DivClassName
{
background-color: #94DBC5;
}
.BgClassName
{
background-color: #94DBC5;
}
</style>
border-color css
<style>
span { border-color: #94DBC5; }
span { border-color: rgb(148,219,197); }
td.TdClassName
{
border-color: #94DBC5;
}
.TagClassName
{
border-color: #94DBC5;
}
</style>