Shades of Riptide #94DCC4
Tints of Riptide #94DCC4
RGB
CMYK
RGB Variations
Color information
#94DCC4 (or 0x94DCC4) is known color: Riptide. HEX triplet: 94, DC and C4. RGB value is (148,220,196). Sum of RGB (Red+Green+Blue) = 148+220+196=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCC4 is #6B233B. Grayscale: #C3C3C3. Windows color (decimal): -7021372 or 12901524. OLE color: 12901524.
HSL color Cylindrical-coordinate representation of color #94DCC4: hue angle of 160º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCC4 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 196 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.14 |
| HSL | 160º | 0.51% | 0.72% | - |
| HSV(B) | 160º | 0.33% | 0.86% | - |
| XYZ | 47.77 | 61.47 | 61.57 | - |
| YUV | 195.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 196 | 0.33 | 0 | 0.11 | 0.14 | 160 | 0.51 | 0.72 |
| Hex | 94 | DC | C4 | 21 | 0 | B | E | A0 | 33 | 48 |
| Octal | 224 | 334 | 304 | 41 | 0 | 13 | 16 | 240 | 63 | 110 |
| Binary | 10010100 | 11011100 | 11000100 | 100001 | 0 | 1011 | 1110 | 10100000 | 110011 | 1001000 |
Color Harmonies of #94DCC4
Complementary color
Monochromatic Colors of #94DCC4
Black with #94DCC4
Text Example
Text Example
White with #94DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCC4; }
p { color: rgb(148,220,196); }
H1.HeaderClassName
{
color: #94DCC4;
}
.AnyTagClassName
{
color: #94DCC4;
}
</style>
background-color css
<style>
a { background-color: #94DCC4; }
a { background-color: rgb(148,220,196); }
div.DivClassName
{
background-color: #94DCC4;
}
.BgClassName
{
background-color: #94DCC4;
}
</style>
border-color css
<style>
span { border-color: #94DCC4; }
span { border-color: rgb(148,220,196); }
td.TdClassName
{
border-color: #94DCC4;
}
.TagClassName
{
border-color: #94DCC4;
}
</style>