Shades of Riptide #94E6D3
Tints of Riptide #94E6D3
RGB
CMYK
RGB Variations
Color information
#94E6D3 (or 0x94E6D3) is known color: Riptide. HEX triplet: 94, E6 and D3. RGB value is (148,230,211). Sum of RGB (Red+Green+Blue) = 148+230+211=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E6D3 is #6B192C. Grayscale: #CBCBCB. Windows color (decimal): -7018797 or 13887124. OLE color: 13887124.
HSL color Cylindrical-coordinate representation of color #94E6D3: hue angle of 166.1º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6D3 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 211 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.10 |
| HSL | 166.1º | 0.62% | 0.74% | - |
| HSV(B) | 166.1º | 0.36% | 0.9% | - |
| XYZ | 52.27 | 67.59 | 71.92 | - |
| YUV | 203.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 211 | 0.36 | 0 | 0.08 | 0.10 | 166.1 | 0.62 | 0.74 |
| Hex | 94 | E6 | D3 | 24 | 0 | 8 | A | A6 | 3E | 4A |
| Octal | 224 | 346 | 323 | 44 | 0 | 10 | 12 | 246 | 76 | 112 |
| Binary | 10010100 | 11100110 | 11010011 | 100100 | 0 | 1000 | 1010 | 10100110 | 111110 | 1001010 |
Color Harmonies of #94E6D3
Complementary color
Monochromatic Colors of #94E6D3
Black with #94E6D3
Text Example
Text Example
White with #94E6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E6D3; }
p { color: rgb(148,230,211); }
H1.HeaderClassName
{
color: #94E6D3;
}
.AnyTagClassName
{
color: #94E6D3;
}
</style>
background-color css
<style>
a { background-color: #94E6D3; }
a { background-color: rgb(148,230,211); }
div.DivClassName
{
background-color: #94E6D3;
}
.BgClassName
{
background-color: #94E6D3;
}
</style>
border-color css
<style>
span { border-color: #94E6D3; }
span { border-color: rgb(148,230,211); }
td.TdClassName
{
border-color: #94E6D3;
}
.TagClassName
{
border-color: #94E6D3;
}
</style>