Shades of Riptide #94E6D5
Tints of Riptide #94E6D5
RGB
CMYK
RGB Variations
Color information
#94E6D5 (or 0x94E6D5) is known color: Riptide. HEX triplet: 94, E6 and D5. RGB value is (148,230,213). Sum of RGB (Red+Green+Blue) = 148+230+213=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E6D5 is #6B192A. Grayscale: #CBCBCB. Windows color (decimal): -7018795 or 14018196. OLE color: 14018196.
HSL color Cylindrical-coordinate representation of color #94E6D5: hue angle of 167.56º 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 #94E6D5 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 213 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.10 |
| HSL | 167.56º | 0.62% | 0.74% | - |
| HSV(B) | 167.56º | 0.36% | 0.9% | - |
| XYZ | 52.52 | 67.69 | 73.25 | - |
| YUV | 203.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 213 | 0.36 | 0 | 0.07 | 0.10 | 167.56 | 0.62 | 0.74 |
| Hex | 94 | E6 | D5 | 24 | 0 | 7 | A | A8 | 3E | 4A |
| Octal | 224 | 346 | 325 | 44 | 0 | 7 | 12 | 250 | 76 | 112 |
| Binary | 10010100 | 11100110 | 11010101 | 100100 | 0 | 111 | 1010 | 10101000 | 111110 | 1001010 |
Color Harmonies of #94E6D5
Complementary color
Monochromatic Colors of #94E6D5
Black with #94E6D5
Text Example
Text Example
White with #94E6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E6D5; }
p { color: rgb(148,230,213); }
H1.HeaderClassName
{
color: #94E6D5;
}
.AnyTagClassName
{
color: #94E6D5;
}
</style>
background-color css
<style>
a { background-color: #94E6D5; }
a { background-color: rgb(148,230,213); }
div.DivClassName
{
background-color: #94E6D5;
}
.BgClassName
{
background-color: #94E6D5;
}
</style>
border-color css
<style>
span { border-color: #94E6D5; }
span { border-color: rgb(148,230,213); }
td.TdClassName
{
border-color: #94E6D5;
}
.TagClassName
{
border-color: #94E6D5;
}
</style>