Shades of Riptide #94DED0
Tints of Riptide #94DED0
RGB
CMYK
RGB Variations
Color information
#94DED0 (or 0x94DED0) is known color: Riptide. HEX triplet: 94, DE and D0. RGB value is (148,222,208). Sum of RGB (Red+Green+Blue) = 148+222+208=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #94DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DED0 is #6B212F. Grayscale: #C6C6C6. Windows color (decimal): -7020848 or 13688468. OLE color: 13688468.
HSL color Cylindrical-coordinate representation of color #94DED0: hue angle of 168.65º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DED0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 222 | 208 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.13 |
| HSL | 168.65º | 0.53% | 0.73% | - |
| HSV(B) | 168.65º | 0.33% | 0.87% | - |
| XYZ | 49.72 | 63.09 | 69.23 | - |
| YUV | 198.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 222 | 208 | 0.33 | 0 | 0.06 | 0.13 | 168.65 | 0.53 | 0.73 |
| Hex | 94 | DE | D0 | 21 | 0 | 6 | D | A9 | 35 | 49 |
| Octal | 224 | 336 | 320 | 41 | 0 | 6 | 15 | 251 | 65 | 111 |
| Binary | 10010100 | 11011110 | 11010000 | 100001 | 0 | 110 | 1101 | 10101001 | 110101 | 1001001 |
Color Harmonies of #94DED0
Complementary color
Monochromatic Colors of #94DED0
Black with #94DED0
Text Example
Text Example
White with #94DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DED0; }
p { color: rgb(148,222,208); }
H1.HeaderClassName
{
color: #94DED0;
}
.AnyTagClassName
{
color: #94DED0;
}
</style>
background-color css
<style>
a { background-color: #94DED0; }
a { background-color: rgb(148,222,208); }
div.DivClassName
{
background-color: #94DED0;
}
.BgClassName
{
background-color: #94DED0;
}
</style>
border-color css
<style>
span { border-color: #94DED0; }
span { border-color: rgb(148,222,208); }
td.TdClassName
{
border-color: #94DED0;
}
.TagClassName
{
border-color: #94DED0;
}
</style>