Shades of Riptide #93E7D3
Tints of Riptide #93E7D3
RGB
CMYK
RGB Variations
Color information
#93E7D3 (or 0x93E7D3) is known color: Riptide. HEX triplet: 93, E7 and D3. RGB value is (147,231,211). Sum of RGB (Red+Green+Blue) = 147+231+211=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #93E7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E7D3 is #6C182C. Grayscale: #CBCBCB. Windows color (decimal): -7084077 or 13887379. OLE color: 13887379.
HSL color Cylindrical-coordinate representation of color #93E7D3: hue angle of 165.71º degrees, saturation: 0.64, 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 #93E7D3 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 231 | 211 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.09 |
| HSL | 165.71º | 0.64% | 0.74% | - |
| HSV(B) | 165.71º | 0.36% | 0.91% | - |
| XYZ | 52.37 | 68.06 | 72 | - |
| YUV | 203.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 231 | 211 | 0.36 | 0 | 0.09 | 0.09 | 165.71 | 0.64 | 0.74 |
| Hex | 93 | E7 | D3 | 24 | 0 | 9 | 9 | A6 | 40 | 4A |
| Octal | 223 | 347 | 323 | 44 | 0 | 11 | 11 | 246 | 100 | 112 |
| Binary | 10010011 | 11100111 | 11010011 | 100100 | 0 | 1001 | 1001 | 10100110 | 1000000 | 1001010 |
Color Harmonies of #93E7D3
Complementary color
Monochromatic Colors of #93E7D3
Black with #93E7D3
Text Example
Text Example
White with #93E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E7D3; }
p { color: rgb(147,231,211); }
H1.HeaderClassName
{
color: #93E7D3;
}
.AnyTagClassName
{
color: #93E7D3;
}
</style>
background-color css
<style>
a { background-color: #93E7D3; }
a { background-color: rgb(147,231,211); }
div.DivClassName
{
background-color: #93E7D3;
}
.BgClassName
{
background-color: #93E7D3;
}
</style>
border-color css
<style>
span { border-color: #93E7D3; }
span { border-color: rgb(147,231,211); }
td.TdClassName
{
border-color: #93E7D3;
}
.TagClassName
{
border-color: #93E7D3;
}
</style>