Shades of Riptide #94E9CA
Tints of Riptide #94E9CA
RGB
CMYK
RGB Variations
Color information
#94E9CA (or 0x94E9CA) is known color: Riptide. HEX triplet: 94, E9 and CA. RGB value is (148,233,202). Sum of RGB (Red+Green+Blue) = 148+233+202=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #94E9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E9CA is #6B1635. Grayscale: #CCCCCC. Windows color (decimal): -7018038 or 13298068. OLE color: 13298068.
HSL color Cylindrical-coordinate representation of color #94E9CA: hue angle of 158.12º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E9CA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 233 | 202 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.09 |
| HSL | 158.12º | 0.66% | 0.75% | - |
| HSV(B) | 158.12º | 0.36% | 0.91% | - |
| XYZ | 52.01 | 68.84 | 66.42 | - |
| YUV | 204.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 233 | 202 | 0.36 | 0 | 0.13 | 0.09 | 158.12 | 0.66 | 0.75 |
| Hex | 94 | E9 | CA | 24 | 0 | D | 9 | 9E | 42 | 4B |
| Octal | 224 | 351 | 312 | 44 | 0 | 15 | 11 | 236 | 102 | 113 |
| Binary | 10010100 | 11101001 | 11001010 | 100100 | 0 | 1101 | 1001 | 10011110 | 1000010 | 1001011 |
Color Harmonies of #94E9CA
Complementary color
Monochromatic Colors of #94E9CA
Black with #94E9CA
Text Example
Text Example
White with #94E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E9CA; }
p { color: rgb(148,233,202); }
H1.HeaderClassName
{
color: #94E9CA;
}
.AnyTagClassName
{
color: #94E9CA;
}
</style>
background-color css
<style>
a { background-color: #94E9CA; }
a { background-color: rgb(148,233,202); }
div.DivClassName
{
background-color: #94E9CA;
}
.BgClassName
{
background-color: #94E9CA;
}
</style>
border-color css
<style>
span { border-color: #94E9CA; }
span { border-color: rgb(148,233,202); }
td.TdClassName
{
border-color: #94E9CA;
}
.TagClassName
{
border-color: #94E9CA;
}
</style>