Shades of Riptide #93EADE
Tints of Riptide #93EADE
RGB
CMYK
RGB Variations
Color information
#93EADE (or 0x93EADE) is known color: Riptide. HEX triplet: 93, EA and DE. RGB value is (147,234,222). Sum of RGB (Red+Green+Blue) = 147+234+222=603 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.38% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #93EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EADE is #6C1521. Grayscale: #CECECE. Windows color (decimal): -7083298 or 14609043. OLE color: 14609043.
HSL color Cylindrical-coordinate representation of color #93EADE: hue angle of 171.72º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EADE is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 222 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.08 |
| HSL | 171.72º | 0.67% | 0.75% | - |
| HSV(B) | 171.72º | 0.37% | 0.92% | - |
| XYZ | 54.64 | 70.32 | 79.8 | - |
| YUV | 206.62 | 136.68 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 222 | 0.37 | 0 | 0.05 | 0.08 | 171.72 | 0.67 | 0.75 |
| Hex | 93 | EA | DE | 25 | 0 | 5 | 8 | AC | 43 | 4B |
| Octal | 223 | 352 | 336 | 45 | 0 | 5 | 10 | 254 | 103 | 113 |
| Binary | 10010011 | 11101010 | 11011110 | 100101 | 0 | 101 | 1000 | 10101100 | 1000011 | 1001011 |
Color Harmonies of #93EADE
Complementary color
Monochromatic Colors of #93EADE
Black with #93EADE
Text Example
Text Example
White with #93EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EADE; }
p { color: rgb(147,234,222); }
H1.HeaderClassName
{
color: #93EADE;
}
.AnyTagClassName
{
color: #93EADE;
}
</style>
background-color css
<style>
a { background-color: #93EADE; }
a { background-color: rgb(147,234,222); }
div.DivClassName
{
background-color: #93EADE;
}
.BgClassName
{
background-color: #93EADE;
}
</style>
border-color css
<style>
span { border-color: #93EADE; }
span { border-color: rgb(147,234,222); }
td.TdClassName
{
border-color: #93EADE;
}
.TagClassName
{
border-color: #93EADE;
}
</style>