Shades of Riptide #94E7D3
Tints of Riptide #94E7D3
RGB
CMYK
RGB Variations
Color information
#94E7D3 (or 0x94E7D3) is known color: Riptide. HEX triplet: 94, E7 and D3. RGB value is (148,231,211). Sum of RGB (Red+Green+Blue) = 148+231+211=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E7D3 is #6B182C. Grayscale: #CBCBCB. Windows color (decimal): -7018541 or 13887380. OLE color: 13887380.
HSL color Cylindrical-coordinate representation of color #94E7D3: hue angle of 165.54º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E7D3 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 211 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.09 |
| HSL | 165.54º | 0.63% | 0.74% | - |
| HSV(B) | 165.54º | 0.36% | 0.91% | - |
| XYZ | 52.55 | 68.15 | 72.01 | - |
| YUV | 203.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 211 | 0.36 | 0 | 0.09 | 0.09 | 165.54 | 0.63 | 0.74 |
| Hex | 94 | E7 | D3 | 24 | 0 | 9 | 9 | A6 | 3F | 4A |
| Octal | 224 | 347 | 323 | 44 | 0 | 11 | 11 | 246 | 77 | 112 |
| Binary | 10010100 | 11100111 | 11010011 | 100100 | 0 | 1001 | 1001 | 10100110 | 111111 | 1001010 |
Color Harmonies of #94E7D3
Complementary color
Monochromatic Colors of #94E7D3
Black with #94E7D3
Text Example
Text Example
White with #94E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E7D3; }
p { color: rgb(148,231,211); }
H1.HeaderClassName
{
color: #94E7D3;
}
.AnyTagClassName
{
color: #94E7D3;
}
</style>
background-color css
<style>
a { background-color: #94E7D3; }
a { background-color: rgb(148,231,211); }
div.DivClassName
{
background-color: #94E7D3;
}
.BgClassName
{
background-color: #94E7D3;
}
</style>
border-color css
<style>
span { border-color: #94E7D3; }
span { border-color: rgb(148,231,211); }
td.TdClassName
{
border-color: #94E7D3;
}
.TagClassName
{
border-color: #94E7D3;
}
</style>