Shades of Riptide #94DCCC
Tints of Riptide #94DCCC
RGB
CMYK
RGB Variations
Color information
#94DCCC (or 0x94DCCC) is known color: Riptide. HEX triplet: 94, DC and CC. RGB value is (148,220,204). Sum of RGB (Red+Green+Blue) = 148+220+204=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCCC is #6B2333. Grayscale: #C4C4C4. Windows color (decimal): -7021364 or 13425812. OLE color: 13425812.
HSL color Cylindrical-coordinate representation of color #94DCCC: hue angle of 166.67º 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 #94DCCC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 204 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.14 |
| HSL | 166.67º | 0.51% | 0.72% | - |
| HSV(B) | 166.67º | 0.33% | 0.86% | - |
| XYZ | 48.71 | 61.84 | 66.5 | - |
| YUV | 196.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 204 | 0.33 | 0 | 0.07 | 0.14 | 166.67 | 0.51 | 0.72 |
| Hex | 94 | DC | CC | 21 | 0 | 7 | E | A7 | 33 | 48 |
| Octal | 224 | 334 | 314 | 41 | 0 | 7 | 16 | 247 | 63 | 110 |
| Binary | 10010100 | 11011100 | 11001100 | 100001 | 0 | 111 | 1110 | 10100111 | 110011 | 1001000 |
Color Harmonies of #94DCCC
Complementary color
Monochromatic Colors of #94DCCC
Black with #94DCCC
Text Example
Text Example
White with #94DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCCC; }
p { color: rgb(148,220,204); }
H1.HeaderClassName
{
color: #94DCCC;
}
.AnyTagClassName
{
color: #94DCCC;
}
</style>
background-color css
<style>
a { background-color: #94DCCC; }
a { background-color: rgb(148,220,204); }
div.DivClassName
{
background-color: #94DCCC;
}
.BgClassName
{
background-color: #94DCCC;
}
</style>
border-color css
<style>
span { border-color: #94DCCC; }
span { border-color: rgb(148,220,204); }
td.TdClassName
{
border-color: #94DCCC;
}
.TagClassName
{
border-color: #94DCCC;
}
</style>