Shades of Riptide #93E5D5
Tints of Riptide #93E5D5
RGB
CMYK
RGB Variations
Color information
#93E5D5 (or 0x93E5D5) is known color: Riptide. HEX triplet: 93, E5 and D5. RGB value is (147,229,213). Sum of RGB (Red+Green+Blue) = 147+229+213=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #93E5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E5D5 is #6C1A2A. Grayscale: #CACACA. Windows color (decimal): -7084587 or 14017939. OLE color: 14017939.
HSL color Cylindrical-coordinate representation of color #93E5D5: hue angle of 168.29º 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 #93E5D5 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 229 | 213 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.10 |
| HSL | 168.29º | 0.61% | 0.74% | - |
| HSV(B) | 168.29º | 0.36% | 0.9% | - |
| XYZ | 52.06 | 67.05 | 73.15 | - |
| YUV | 202.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 229 | 213 | 0.36 | 0 | 0.07 | 0.10 | 168.29 | 0.61 | 0.74 |
| Hex | 93 | E5 | D5 | 24 | 0 | 7 | A | A8 | 3D | 4A |
| Octal | 223 | 345 | 325 | 44 | 0 | 7 | 12 | 250 | 75 | 112 |
| Binary | 10010011 | 11100101 | 11010101 | 100100 | 0 | 111 | 1010 | 10101000 | 111101 | 1001010 |
Color Harmonies of #93E5D5
Complementary color
Monochromatic Colors of #93E5D5
Black with #93E5D5
Text Example
Text Example
White with #93E5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E5D5; }
p { color: rgb(147,229,213); }
H1.HeaderClassName
{
color: #93E5D5;
}
.AnyTagClassName
{
color: #93E5D5;
}
</style>
background-color css
<style>
a { background-color: #93E5D5; }
a { background-color: rgb(147,229,213); }
div.DivClassName
{
background-color: #93E5D5;
}
.BgClassName
{
background-color: #93E5D5;
}
</style>
border-color css
<style>
span { border-color: #93E5D5; }
span { border-color: rgb(147,229,213); }
td.TdClassName
{
border-color: #93E5D5;
}
.TagClassName
{
border-color: #93E5D5;
}
</style>