Shades of Riptide #94E5CF
Tints of Riptide #94E5CF
RGB
CMYK
RGB Variations
Color information
#94E5CF (or 0x94E5CF) is known color: Riptide. HEX triplet: 94, E5 and CF. RGB value is (148,229,207). Sum of RGB (Red+Green+Blue) = 148+229+207=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #94E5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E5CF is #6B1A30. Grayscale: #CACACA. Windows color (decimal): -7019057 or 13624724. OLE color: 13624724.
HSL color Cylindrical-coordinate representation of color #94E5CF: hue angle of 163.7º 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 #94E5CF is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 207 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.10 |
| HSL | 163.7º | 0.61% | 0.74% | - |
| HSV(B) | 163.7º | 0.35% | 0.9% | - |
| XYZ | 51.49 | 66.84 | 69.22 | - |
| YUV | 202.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 207 | 0.35 | 0 | 0.10 | 0.10 | 163.7 | 0.61 | 0.74 |
| Hex | 94 | E5 | CF | 23 | 0 | A | A | A4 | 3D | 4A |
| Octal | 224 | 345 | 317 | 43 | 0 | 12 | 12 | 244 | 75 | 112 |
| Binary | 10010100 | 11100101 | 11001111 | 100011 | 0 | 1010 | 1010 | 10100100 | 111101 | 1001010 |
Color Harmonies of #94E5CF
Complementary color
Monochromatic Colors of #94E5CF
Black with #94E5CF
Text Example
Text Example
White with #94E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E5CF; }
p { color: rgb(148,229,207); }
H1.HeaderClassName
{
color: #94E5CF;
}
.AnyTagClassName
{
color: #94E5CF;
}
</style>
background-color css
<style>
a { background-color: #94E5CF; }
a { background-color: rgb(148,229,207); }
div.DivClassName
{
background-color: #94E5CF;
}
.BgClassName
{
background-color: #94E5CF;
}
</style>
border-color css
<style>
span { border-color: #94E5CF; }
span { border-color: rgb(148,229,207); }
td.TdClassName
{
border-color: #94E5CF;
}
.TagClassName
{
border-color: #94E5CF;
}
</style>