Shades of Riptide #93E9D2
Tints of Riptide #93E9D2
RGB
CMYK
RGB Variations
Color information
#93E9D2 (or 0x93E9D2) is known color: Riptide. HEX triplet: 93, E9 and D2. RGB value is (147,233,210). Sum of RGB (Red+Green+Blue) = 147+233+210=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9D2 is #6C162D. Grayscale: #CCCCCC. Windows color (decimal): -7083566 or 13822355. OLE color: 13822355.
HSL color Cylindrical-coordinate representation of color #93E9D2: hue angle of 163.95º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E9D2 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 210 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.09 |
| HSL | 163.95º | 0.66% | 0.75% | - |
| HSV(B) | 163.95º | 0.37% | 0.91% | - |
| XYZ | 52.8 | 69.13 | 71.53 | - |
| YUV | 204.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 210 | 0.37 | 0 | 0.10 | 0.09 | 163.95 | 0.66 | 0.75 |
| Hex | 93 | E9 | D2 | 25 | 0 | A | 9 | A4 | 42 | 4B |
| Octal | 223 | 351 | 322 | 45 | 0 | 12 | 11 | 244 | 102 | 113 |
| Binary | 10010011 | 11101001 | 11010010 | 100101 | 0 | 1010 | 1001 | 10100100 | 1000010 | 1001011 |
Color Harmonies of #93E9D2
Complementary color
Monochromatic Colors of #93E9D2
Black with #93E9D2
Text Example
Text Example
White with #93E9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E9D2; }
p { color: rgb(147,233,210); }
H1.HeaderClassName
{
color: #93E9D2;
}
.AnyTagClassName
{
color: #93E9D2;
}
</style>
background-color css
<style>
a { background-color: #93E9D2; }
a { background-color: rgb(147,233,210); }
div.DivClassName
{
background-color: #93E9D2;
}
.BgClassName
{
background-color: #93E9D2;
}
</style>
border-color css
<style>
span { border-color: #93E9D2; }
span { border-color: rgb(147,233,210); }
td.TdClassName
{
border-color: #93E9D2;
}
.TagClassName
{
border-color: #93E9D2;
}
</style>