Shades of Riptide #94DFD0
Tints of Riptide #94DFD0
RGB
CMYK
RGB Variations
Color information
#94DFD0 (or 0x94DFD0) is known color: Riptide. HEX triplet: 94, DF and D0. RGB value is (148,223,208). Sum of RGB (Red+Green+Blue) = 148+223+208=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DFD0 is #6B202F. Grayscale: #C6C6C6. Windows color (decimal): -7020592 or 13688724. OLE color: 13688724.
HSL color Cylindrical-coordinate representation of color #94DFD0: hue angle of 168º 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 #94DFD0 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 208 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.13 |
| HSL | 168º | 0.54% | 0.73% | - |
| HSV(B) | 168º | 0.34% | 0.87% | - |
| XYZ | 49.99 | 63.63 | 69.32 | - |
| YUV | 198.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 208 | 0.34 | 0 | 0.07 | 0.13 | 168 | 0.54 | 0.73 |
| Hex | 94 | DF | D0 | 22 | 0 | 7 | D | A8 | 36 | 49 |
| Octal | 224 | 337 | 320 | 42 | 0 | 7 | 15 | 250 | 66 | 111 |
| Binary | 10010100 | 11011111 | 11010000 | 100010 | 0 | 111 | 1101 | 10101000 | 110110 | 1001001 |
Color Harmonies of #94DFD0
Complementary color
Monochromatic Colors of #94DFD0
Black with #94DFD0
Text Example
Text Example
White with #94DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DFD0; }
p { color: rgb(148,223,208); }
H1.HeaderClassName
{
color: #94DFD0;
}
.AnyTagClassName
{
color: #94DFD0;
}
</style>
background-color css
<style>
a { background-color: #94DFD0; }
a { background-color: rgb(148,223,208); }
div.DivClassName
{
background-color: #94DFD0;
}
.BgClassName
{
background-color: #94DFD0;
}
</style>
border-color css
<style>
span { border-color: #94DFD0; }
span { border-color: rgb(148,223,208); }
td.TdClassName
{
border-color: #94DFD0;
}
.TagClassName
{
border-color: #94DFD0;
}
</style>