Shades of Riptide #94D4CC
Tints of Riptide #94D4CC
RGB
CMYK
RGB Variations
Color information
#94D4CC (or 0x94D4CC) is known color: Riptide. HEX triplet: 94, D4 and CC. RGB value is (148,212,204). Sum of RGB (Red+Green+Blue) = 148+212+204=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 212 - color contains mainly: green. Hex color #94D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D4CC is #6B2B33. Grayscale: #BFBFBF. Windows color (decimal): -7023412 or 13423764. OLE color: 13423764.
HSL color Cylindrical-coordinate representation of color #94D4CC: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D4CC is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 204 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.17 |
| HSL | 172.5º | 0.43% | 0.71% | - |
| HSV(B) | 172.5º | 0.3% | 0.83% | - |
| XYZ | 46.66 | 57.74 | 65.81 | - |
| YUV | 191.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 204 | 0.30 | 0 | 0.04 | 0.17 | 172.5 | 0.43 | 0.71 |
| Hex | 94 | D4 | CC | 1E | 0 | 4 | 11 | AC | 2B | 47 |
| Octal | 224 | 324 | 314 | 36 | 0 | 4 | 21 | 254 | 53 | 107 |
| Binary | 10010100 | 11010100 | 11001100 | 11110 | 0 | 100 | 10001 | 10101100 | 101011 | 1000111 |
Color Harmonies of #94D4CC
Complementary color
Monochromatic Colors of #94D4CC
Black with #94D4CC
Text Example
Text Example
White with #94D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D4CC; }
p { color: rgb(148,212,204); }
H1.HeaderClassName
{
color: #94D4CC;
}
.AnyTagClassName
{
color: #94D4CC;
}
</style>
background-color css
<style>
a { background-color: #94D4CC; }
a { background-color: rgb(148,212,204); }
div.DivClassName
{
background-color: #94D4CC;
}
.BgClassName
{
background-color: #94D4CC;
}
</style>
border-color css
<style>
span { border-color: #94D4CC; }
span { border-color: rgb(148,212,204); }
td.TdClassName
{
border-color: #94D4CC;
}
.TagClassName
{
border-color: #94D4CC;
}
</style>