Shades of Riptide #94E8D1
Tints of Riptide #94E8D1
RGB
CMYK
RGB Variations
Color information
#94E8D1 (or 0x94E8D1) is known color: Riptide. HEX triplet: 94, E8 and D1. RGB value is (148,232,209). Sum of RGB (Red+Green+Blue) = 148+232+209=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #94E8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E8D1 is #6B172E. Grayscale: #CCCCCC. Windows color (decimal): -7018287 or 13756564. OLE color: 13756564.
HSL color Cylindrical-coordinate representation of color #94E8D1: hue angle of 163.57º degrees, saturation: 0.65, 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 #94E8D1 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 232 | 209 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.09 |
| HSL | 163.57º | 0.65% | 0.75% | - |
| HSV(B) | 163.57º | 0.36% | 0.91% | - |
| XYZ | 52.58 | 68.61 | 70.79 | - |
| YUV | 204.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 232 | 209 | 0.36 | 0 | 0.10 | 0.09 | 163.57 | 0.65 | 0.75 |
| Hex | 94 | E8 | D1 | 24 | 0 | A | 9 | A4 | 41 | 4B |
| Octal | 224 | 350 | 321 | 44 | 0 | 12 | 11 | 244 | 101 | 113 |
| Binary | 10010100 | 11101000 | 11010001 | 100100 | 0 | 1010 | 1001 | 10100100 | 1000001 | 1001011 |
Color Harmonies of #94E8D1
Complementary color
Monochromatic Colors of #94E8D1
Black with #94E8D1
Text Example
Text Example
White with #94E8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E8D1; }
p { color: rgb(148,232,209); }
H1.HeaderClassName
{
color: #94E8D1;
}
.AnyTagClassName
{
color: #94E8D1;
}
</style>
background-color css
<style>
a { background-color: #94E8D1; }
a { background-color: rgb(148,232,209); }
div.DivClassName
{
background-color: #94E8D1;
}
.BgClassName
{
background-color: #94E8D1;
}
</style>
border-color css
<style>
span { border-color: #94E8D1; }
span { border-color: rgb(148,232,209); }
td.TdClassName
{
border-color: #94E8D1;
}
.TagClassName
{
border-color: #94E8D1;
}
</style>