Shades of Riptide #94D6C8
Tints of Riptide #94D6C8
RGB
CMYK
RGB Variations
Color information
#94D6C8 (or 0x94D6C8) is known color: Riptide. HEX triplet: 94, D6 and C8. RGB value is (148,214,200). Sum of RGB (Red+Green+Blue) = 148+214+200=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #94D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D6C8 is #6B2937. Grayscale: #C0C0C0. Windows color (decimal): -7022904 or 13162132. OLE color: 13162132.
HSL color Cylindrical-coordinate representation of color #94D6C8: hue angle of 167.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D6C8 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 200 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.16 |
| HSL | 167.27º | 0.45% | 0.71% | - |
| HSV(B) | 167.27º | 0.31% | 0.84% | - |
| XYZ | 46.68 | 58.56 | 63.49 | - |
| YUV | 192.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 200 | 0.31 | 0 | 0.07 | 0.16 | 167.27 | 0.45 | 0.71 |
| Hex | 94 | D6 | C8 | 1F | 0 | 7 | 10 | A7 | 2D | 47 |
| Octal | 224 | 326 | 310 | 37 | 0 | 7 | 20 | 247 | 55 | 107 |
| Binary | 10010100 | 11010110 | 11001000 | 11111 | 0 | 111 | 10000 | 10100111 | 101101 | 1000111 |
Color Harmonies of #94D6C8
Complementary color
Monochromatic Colors of #94D6C8
Black with #94D6C8
Text Example
Text Example
White with #94D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D6C8; }
p { color: rgb(148,214,200); }
H1.HeaderClassName
{
color: #94D6C8;
}
.AnyTagClassName
{
color: #94D6C8;
}
</style>
background-color css
<style>
a { background-color: #94D6C8; }
a { background-color: rgb(148,214,200); }
div.DivClassName
{
background-color: #94D6C8;
}
.BgClassName
{
background-color: #94D6C8;
}
</style>
border-color css
<style>
span { border-color: #94D6C8; }
span { border-color: rgb(148,214,200); }
td.TdClassName
{
border-color: #94D6C8;
}
.TagClassName
{
border-color: #94D6C8;
}
</style>