Shades of Riptide #94DFD6
Tints of Riptide #94DFD6
RGB
CMYK
RGB Variations
Color information
#94DFD6 (or 0x94DFD6) is known color: Riptide. HEX triplet: 94, DF and D6. RGB value is (148,223,214). Sum of RGB (Red+Green+Blue) = 148+223+214=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DFD6 is #6B2029. Grayscale: #C7C7C7. Windows color (decimal): -7020586 or 14081940. OLE color: 14081940.
HSL color Cylindrical-coordinate representation of color #94DFD6: hue angle of 172.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DFD6 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 214 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.13 |
| HSL | 172.8º | 0.54% | 0.73% | - |
| HSV(B) | 172.8º | 0.34% | 0.87% | - |
| XYZ | 50.74 | 63.93 | 73.28 | - |
| YUV | 199.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 214 | 0.34 | 0 | 0.04 | 0.13 | 172.8 | 0.54 | 0.73 |
| Hex | 94 | DF | D6 | 22 | 0 | 4 | D | AD | 36 | 49 |
| Octal | 224 | 337 | 326 | 42 | 0 | 4 | 15 | 255 | 66 | 111 |
| Binary | 10010100 | 11011111 | 11010110 | 100010 | 0 | 100 | 1101 | 10101101 | 110110 | 1001001 |
Color Harmonies of #94DFD6
Complementary color
Monochromatic Colors of #94DFD6
Black with #94DFD6
Text Example
Text Example
White with #94DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DFD6; }
p { color: rgb(148,223,214); }
H1.HeaderClassName
{
color: #94DFD6;
}
.AnyTagClassName
{
color: #94DFD6;
}
</style>
background-color css
<style>
a { background-color: #94DFD6; }
a { background-color: rgb(148,223,214); }
div.DivClassName
{
background-color: #94DFD6;
}
.BgClassName
{
background-color: #94DFD6;
}
</style>
border-color css
<style>
span { border-color: #94DFD6; }
span { border-color: rgb(148,223,214); }
td.TdClassName
{
border-color: #94DFD6;
}
.TagClassName
{
border-color: #94DFD6;
}
</style>