Shades of Riptide #93E6D4
Tints of Riptide #93E6D4
RGB
CMYK
RGB Variations
Color information
#93E6D4 (or 0x93E6D4) is known color: Riptide. HEX triplet: 93, E6 and D4. RGB value is (147,230,212). Sum of RGB (Red+Green+Blue) = 147+230+212=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #93E6D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E6D4 is #6C192B. Grayscale: #CBCBCB. Windows color (decimal): -7084332 or 13952659. OLE color: 13952659.
HSL color Cylindrical-coordinate representation of color #93E6D4: hue angle of 166.99º degrees, saturation: 0.62, 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 #93E6D4 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 230 | 212 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.10 |
| HSL | 166.99º | 0.62% | 0.74% | - |
| HSV(B) | 166.99º | 0.36% | 0.9% | - |
| XYZ | 52.21 | 67.55 | 72.57 | - |
| YUV | 203.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 230 | 212 | 0.36 | 0 | 0.08 | 0.10 | 166.99 | 0.62 | 0.74 |
| Hex | 93 | E6 | D4 | 24 | 0 | 8 | A | A7 | 3E | 4A |
| Octal | 223 | 346 | 324 | 44 | 0 | 10 | 12 | 247 | 76 | 112 |
| Binary | 10010011 | 11100110 | 11010100 | 100100 | 0 | 1000 | 1010 | 10100111 | 111110 | 1001010 |
Color Harmonies of #93E6D4
Complementary color
Monochromatic Colors of #93E6D4
Black with #93E6D4
Text Example
Text Example
White with #93E6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E6D4; }
p { color: rgb(147,230,212); }
H1.HeaderClassName
{
color: #93E6D4;
}
.AnyTagClassName
{
color: #93E6D4;
}
</style>
background-color css
<style>
a { background-color: #93E6D4; }
a { background-color: rgb(147,230,212); }
div.DivClassName
{
background-color: #93E6D4;
}
.BgClassName
{
background-color: #93E6D4;
}
</style>
border-color css
<style>
span { border-color: #93E6D4; }
span { border-color: rgb(147,230,212); }
td.TdClassName
{
border-color: #93E6D4;
}
.TagClassName
{
border-color: #93E6D4;
}
</style>