Shades of Riptide #93E0D2
Tints of Riptide #93E0D2
RGB
CMYK
RGB Variations
Color information
#93E0D2 (or 0x93E0D2) is known color: Riptide. HEX triplet: 93, E0 and D2. RGB value is (147,224,210). Sum of RGB (Red+Green+Blue) = 147+224+210=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #93E0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E0D2 is #6C1F2D. Grayscale: #C7C7C7. Windows color (decimal): -7085870 or 13820051. OLE color: 13820051.
HSL color Cylindrical-coordinate representation of color #93E0D2: hue angle of 169.09º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93E0D2 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 224 | 210 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.12 |
| HSL | 169.09º | 0.55% | 0.73% | - |
| HSV(B) | 169.09º | 0.34% | 0.88% | - |
| XYZ | 50.32 | 64.17 | 70.71 | - |
| YUV | 199.38 | 133.99 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 210 | 0.34 | 0 | 0.06 | 0.12 | 169.09 | 0.55 | 0.73 |
| Hex | 93 | E0 | D2 | 22 | 0 | 6 | C | A9 | 37 | 49 |
| Octal | 223 | 340 | 322 | 42 | 0 | 6 | 14 | 251 | 67 | 111 |
| Binary | 10010011 | 11100000 | 11010010 | 100010 | 0 | 110 | 1100 | 10101001 | 110111 | 1001001 |
Color Harmonies of #93E0D2
Complementary color
Monochromatic Colors of #93E0D2
Black with #93E0D2
Text Example
Text Example
White with #93E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E0D2; }
p { color: rgb(147,224,210); }
H1.HeaderClassName
{
color: #93E0D2;
}
.AnyTagClassName
{
color: #93E0D2;
}
</style>
background-color css
<style>
a { background-color: #93E0D2; }
a { background-color: rgb(147,224,210); }
div.DivClassName
{
background-color: #93E0D2;
}
.BgClassName
{
background-color: #93E0D2;
}
</style>
border-color css
<style>
span { border-color: #93E0D2; }
span { border-color: rgb(147,224,210); }
td.TdClassName
{
border-color: #93E0D2;
}
.TagClassName
{
border-color: #93E0D2;
}
</style>