Shades of Riptide #94E0CC
Tints of Riptide #94E0CC
RGB
CMYK
RGB Variations
Color information
#94E0CC (or 0x94E0CC) is known color: Riptide. HEX triplet: 94, E0 and CC. RGB value is (148,224,204). Sum of RGB (Red+Green+Blue) = 148+224+204=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #94E0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E0CC is #6B1F33. Grayscale: #C7C7C7. Windows color (decimal): -7020340 or 13426836. OLE color: 13426836.
HSL color Cylindrical-coordinate representation of color #94E0CC: hue angle of 164.21º 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 #94E0CC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 204 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.12 |
| HSL | 164.21º | 0.55% | 0.73% | - |
| HSV(B) | 164.21º | 0.34% | 0.88% | - |
| XYZ | 49.77 | 63.97 | 66.85 | - |
| YUV | 199 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 204 | 0.34 | 0 | 0.09 | 0.12 | 164.21 | 0.55 | 0.73 |
| Hex | 94 | E0 | CC | 22 | 0 | 9 | C | A4 | 37 | 49 |
| Octal | 224 | 340 | 314 | 42 | 0 | 11 | 14 | 244 | 67 | 111 |
| Binary | 10010100 | 11100000 | 11001100 | 100010 | 0 | 1001 | 1100 | 10100100 | 110111 | 1001001 |
Color Harmonies of #94E0CC
Complementary color
Monochromatic Colors of #94E0CC
Black with #94E0CC
Text Example
Text Example
White with #94E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E0CC; }
p { color: rgb(148,224,204); }
H1.HeaderClassName
{
color: #94E0CC;
}
.AnyTagClassName
{
color: #94E0CC;
}
</style>
background-color css
<style>
a { background-color: #94E0CC; }
a { background-color: rgb(148,224,204); }
div.DivClassName
{
background-color: #94E0CC;
}
.BgClassName
{
background-color: #94E0CC;
}
</style>
border-color css
<style>
span { border-color: #94E0CC; }
span { border-color: rgb(148,224,204); }
td.TdClassName
{
border-color: #94E0CC;
}
.TagClassName
{
border-color: #94E0CC;
}
</style>