Shades of Riptide #94E0CA
Tints of Riptide #94E0CA
RGB
CMYK
RGB Variations
Color information
#94E0CA (or 0x94E0CA) is known color: Riptide. HEX triplet: 94, E0 and CA. RGB value is (148,224,202). Sum of RGB (Red+Green+Blue) = 148+224+202=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #94E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E0CA is #6B1F35. Grayscale: #C6C6C6. Windows color (decimal): -7020342 or 13295764. OLE color: 13295764.
HSL color Cylindrical-coordinate representation of color #94E0CA: hue angle of 162.63º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E0CA is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 202 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.12 |
| HSL | 162.63º | 0.55% | 0.73% | - |
| HSV(B) | 162.63º | 0.34% | 0.88% | - |
| XYZ | 49.53 | 63.87 | 65.6 | - |
| YUV | 198.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 202 | 0.34 | 0 | 0.10 | 0.12 | 162.63 | 0.55 | 0.73 |
| Hex | 94 | E0 | CA | 22 | 0 | A | C | A3 | 37 | 49 |
| Octal | 224 | 340 | 312 | 42 | 0 | 12 | 14 | 243 | 67 | 111 |
| Binary | 10010100 | 11100000 | 11001010 | 100010 | 0 | 1010 | 1100 | 10100011 | 110111 | 1001001 |
Color Harmonies of #94E0CA
Complementary color
Monochromatic Colors of #94E0CA
Black with #94E0CA
Text Example
Text Example
White with #94E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E0CA; }
p { color: rgb(148,224,202); }
H1.HeaderClassName
{
color: #94E0CA;
}
.AnyTagClassName
{
color: #94E0CA;
}
</style>
background-color css
<style>
a { background-color: #94E0CA; }
a { background-color: rgb(148,224,202); }
div.DivClassName
{
background-color: #94E0CA;
}
.BgClassName
{
background-color: #94E0CA;
}
</style>
border-color css
<style>
span { border-color: #94E0CA; }
span { border-color: rgb(148,224,202); }
td.TdClassName
{
border-color: #94E0CA;
}
.TagClassName
{
border-color: #94E0CA;
}
</style>