Shades of Riptide #94E7D8
Tints of Riptide #94E7D8
RGB
CMYK
RGB Variations
Color information
#94E7D8 (or 0x94E7D8) is known color: Riptide. HEX triplet: 94, E7 and D8. RGB value is (148,231,216). Sum of RGB (Red+Green+Blue) = 148+231+216=595 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.87% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E7D8 is #6B1827. Grayscale: #CCCCCC. Windows color (decimal): -7018536 or 14215060. OLE color: 14215060.
HSL color Cylindrical-coordinate representation of color #94E7D8: hue angle of 169.16º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E7D8 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 216 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.09 |
| HSL | 169.16º | 0.63% | 0.74% | - |
| HSV(B) | 169.16º | 0.36% | 0.91% | - |
| XYZ | 53.18 | 68.41 | 75.37 | - |
| YUV | 204.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 216 | 0.36 | 0 | 0.06 | 0.09 | 169.16 | 0.63 | 0.74 |
| Hex | 94 | E7 | D8 | 24 | 0 | 6 | 9 | A9 | 3F | 4A |
| Octal | 224 | 347 | 330 | 44 | 0 | 6 | 11 | 251 | 77 | 112 |
| Binary | 10010100 | 11100111 | 11011000 | 100100 | 0 | 110 | 1001 | 10101001 | 111111 | 1001010 |
Color Harmonies of #94E7D8
Complementary color
Monochromatic Colors of #94E7D8
Black with #94E7D8
Text Example
Text Example
White with #94E7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E7D8; }
p { color: rgb(148,231,216); }
H1.HeaderClassName
{
color: #94E7D8;
}
.AnyTagClassName
{
color: #94E7D8;
}
</style>
background-color css
<style>
a { background-color: #94E7D8; }
a { background-color: rgb(148,231,216); }
div.DivClassName
{
background-color: #94E7D8;
}
.BgClassName
{
background-color: #94E7D8;
}
</style>
border-color css
<style>
span { border-color: #94E7D8; }
span { border-color: rgb(148,231,216); }
td.TdClassName
{
border-color: #94E7D8;
}
.TagClassName
{
border-color: #94E7D8;
}
</style>