Shades of Riptide #94E5D1
Tints of Riptide #94E5D1
RGB
CMYK
RGB Variations
Color information
#94E5D1 (or 0x94E5D1) is known color: Riptide. HEX triplet: 94, E5 and D1. RGB value is (148,229,209). Sum of RGB (Red+Green+Blue) = 148+229+209=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #94E5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E5D1 is #6B1A2E. Grayscale: #CACACA. Windows color (decimal): -7019055 or 13755796. OLE color: 13755796.
HSL color Cylindrical-coordinate representation of color #94E5D1: hue angle of 165.19º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E5D1 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 209 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.10 |
| HSL | 165.19º | 0.61% | 0.74% | - |
| HSV(B) | 165.19º | 0.35% | 0.9% | - |
| XYZ | 51.74 | 66.94 | 70.51 | - |
| YUV | 202.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 209 | 0.35 | 0 | 0.09 | 0.10 | 165.19 | 0.61 | 0.74 |
| Hex | 94 | E5 | D1 | 23 | 0 | 9 | A | A5 | 3D | 4A |
| Octal | 224 | 345 | 321 | 43 | 0 | 11 | 12 | 245 | 75 | 112 |
| Binary | 10010100 | 11100101 | 11010001 | 100011 | 0 | 1001 | 1010 | 10100101 | 111101 | 1001010 |
Color Harmonies of #94E5D1
Complementary color
Monochromatic Colors of #94E5D1
Black with #94E5D1
Text Example
Text Example
White with #94E5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E5D1; }
p { color: rgb(148,229,209); }
H1.HeaderClassName
{
color: #94E5D1;
}
.AnyTagClassName
{
color: #94E5D1;
}
</style>
background-color css
<style>
a { background-color: #94E5D1; }
a { background-color: rgb(148,229,209); }
div.DivClassName
{
background-color: #94E5D1;
}
.BgClassName
{
background-color: #94E5D1;
}
</style>
border-color css
<style>
span { border-color: #94E5D1; }
span { border-color: rgb(148,229,209); }
td.TdClassName
{
border-color: #94E5D1;
}
.TagClassName
{
border-color: #94E5D1;
}
</style>