Shades of Riptide #94E0CE
Tints of Riptide #94E0CE
RGB
CMYK
RGB Variations
Color information
#94E0CE (or 0x94E0CE) is known color: Riptide. HEX triplet: 94, E0 and CE. RGB value is (148,224,206). Sum of RGB (Red+Green+Blue) = 148+224+206=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #94E0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E0CE is #6B1F31. Grayscale: #C7C7C7. Windows color (decimal): -7020338 or 13557908. OLE color: 13557908.
HSL color Cylindrical-coordinate representation of color #94E0CE: hue angle of 165.79º 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 #94E0CE is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 206 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.12 |
| HSL | 165.79º | 0.55% | 0.73% | - |
| HSV(B) | 165.79º | 0.34% | 0.88% | - |
| XYZ | 50.01 | 64.06 | 68.12 | - |
| YUV | 199.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 206 | 0.34 | 0 | 0.08 | 0.12 | 165.79 | 0.55 | 0.73 |
| Hex | 94 | E0 | CE | 22 | 0 | 8 | C | A6 | 37 | 49 |
| Octal | 224 | 340 | 316 | 42 | 0 | 10 | 14 | 246 | 67 | 111 |
| Binary | 10010100 | 11100000 | 11001110 | 100010 | 0 | 1000 | 1100 | 10100110 | 110111 | 1001001 |
Color Harmonies of #94E0CE
Complementary color
Monochromatic Colors of #94E0CE
Black with #94E0CE
Text Example
Text Example
White with #94E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E0CE; }
p { color: rgb(148,224,206); }
H1.HeaderClassName
{
color: #94E0CE;
}
.AnyTagClassName
{
color: #94E0CE;
}
</style>
background-color css
<style>
a { background-color: #94E0CE; }
a { background-color: rgb(148,224,206); }
div.DivClassName
{
background-color: #94E0CE;
}
.BgClassName
{
background-color: #94E0CE;
}
</style>
border-color css
<style>
span { border-color: #94E0CE; }
span { border-color: rgb(148,224,206); }
td.TdClassName
{
border-color: #94E0CE;
}
.TagClassName
{
border-color: #94E0CE;
}
</style>