Shades of Riptide #94E7CA
Tints of Riptide #94E7CA
RGB
CMYK
RGB Variations
Color information
#94E7CA (or 0x94E7CA) is known color: Riptide. HEX triplet: 94, E7 and CA. RGB value is (148,231,202). Sum of RGB (Red+Green+Blue) = 148+231+202=581 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.47% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E7CA is #6B1835. Grayscale: #CACACA. Windows color (decimal): -7018550 or 13297556. OLE color: 13297556.
HSL color Cylindrical-coordinate representation of color #94E7CA: hue angle of 159.04º 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 #94E7CA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 202 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.09 |
| HSL | 159.04º | 0.63% | 0.74% | - |
| HSV(B) | 159.04º | 0.36% | 0.91% | - |
| XYZ | 51.45 | 67.71 | 66.24 | - |
| YUV | 202.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 202 | 0.36 | 0 | 0.13 | 0.09 | 159.04 | 0.63 | 0.74 |
| Hex | 94 | E7 | CA | 24 | 0 | D | 9 | 9F | 3F | 4A |
| Octal | 224 | 347 | 312 | 44 | 0 | 15 | 11 | 237 | 77 | 112 |
| Binary | 10010100 | 11100111 | 11001010 | 100100 | 0 | 1101 | 1001 | 10011111 | 111111 | 1001010 |
Color Harmonies of #94E7CA
Complementary color
Monochromatic Colors of #94E7CA
Black with #94E7CA
Text Example
Text Example
White with #94E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E7CA; }
p { color: rgb(148,231,202); }
H1.HeaderClassName
{
color: #94E7CA;
}
.AnyTagClassName
{
color: #94E7CA;
}
</style>
background-color css
<style>
a { background-color: #94E7CA; }
a { background-color: rgb(148,231,202); }
div.DivClassName
{
background-color: #94E7CA;
}
.BgClassName
{
background-color: #94E7CA;
}
</style>
border-color css
<style>
span { border-color: #94E7CA; }
span { border-color: rgb(148,231,202); }
td.TdClassName
{
border-color: #94E7CA;
}
.TagClassName
{
border-color: #94E7CA;
}
</style>