Shades of Riptide #93E5D3
Tints of Riptide #93E5D3
RGB
CMYK
RGB Variations
Color information
#93E5D3 (or 0x93E5D3) is known color: Riptide. HEX triplet: 93, E5 and D3. RGB value is (147,229,211). Sum of RGB (Red+Green+Blue) = 147+229+211=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #93E5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E5D3 is #6C1A2C. Grayscale: #CACACA. Windows color (decimal): -7084589 or 13886867. OLE color: 13886867.
HSL color Cylindrical-coordinate representation of color #93E5D3: hue angle of 166.83º degrees, saturation: 0.61, 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 #93E5D3 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 229 | 211 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.10 |
| HSL | 166.83º | 0.61% | 0.74% | - |
| HSV(B) | 166.83º | 0.36% | 0.9% | - |
| XYZ | 51.81 | 66.94 | 71.82 | - |
| YUV | 202.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 229 | 211 | 0.36 | 0 | 0.08 | 0.10 | 166.83 | 0.61 | 0.74 |
| Hex | 93 | E5 | D3 | 24 | 0 | 8 | A | A7 | 3D | 4A |
| Octal | 223 | 345 | 323 | 44 | 0 | 10 | 12 | 247 | 75 | 112 |
| Binary | 10010011 | 11100101 | 11010011 | 100100 | 0 | 1000 | 1010 | 10100111 | 111101 | 1001010 |
Color Harmonies of #93E5D3
Complementary color
Monochromatic Colors of #93E5D3
Black with #93E5D3
Text Example
Text Example
White with #93E5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E5D3; }
p { color: rgb(147,229,211); }
H1.HeaderClassName
{
color: #93E5D3;
}
.AnyTagClassName
{
color: #93E5D3;
}
</style>
background-color css
<style>
a { background-color: #93E5D3; }
a { background-color: rgb(147,229,211); }
div.DivClassName
{
background-color: #93E5D3;
}
.BgClassName
{
background-color: #93E5D3;
}
</style>
border-color css
<style>
span { border-color: #93E5D3; }
span { border-color: rgb(147,229,211); }
td.TdClassName
{
border-color: #93E5D3;
}
.TagClassName
{
border-color: #93E5D3;
}
</style>