Shades of Riptide #93EACE
Tints of Riptide #93EACE
RGB
CMYK
RGB Variations
Color information
#93EACE (or 0x93EACE) is known color: Riptide. HEX triplet: 93, EA and CE. RGB value is (147,234,206). Sum of RGB (Red+Green+Blue) = 147+234+206=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #93EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EACE is #6C1531. Grayscale: #CCCCCC. Windows color (decimal): -7083314 or 13560467. OLE color: 13560467.
HSL color Cylindrical-coordinate representation of color #93EACE: hue angle of 160.69º 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 #93EACE is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 206 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.08 |
| HSL | 160.69º | 0.67% | 0.75% | - |
| HSV(B) | 160.69º | 0.37% | 0.92% | - |
| XYZ | 52.6 | 69.5 | 69.04 | - |
| YUV | 204.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 206 | 0.37 | 0 | 0.12 | 0.08 | 160.69 | 0.67 | 0.75 |
| Hex | 93 | EA | CE | 25 | 0 | C | 8 | A1 | 43 | 4B |
| Octal | 223 | 352 | 316 | 45 | 0 | 14 | 10 | 241 | 103 | 113 |
| Binary | 10010011 | 11101010 | 11001110 | 100101 | 0 | 1100 | 1000 | 10100001 | 1000011 | 1001011 |
Color Harmonies of #93EACE
Complementary color
Monochromatic Colors of #93EACE
Black with #93EACE
Text Example
Text Example
White with #93EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EACE; }
p { color: rgb(147,234,206); }
H1.HeaderClassName
{
color: #93EACE;
}
.AnyTagClassName
{
color: #93EACE;
}
</style>
background-color css
<style>
a { background-color: #93EACE; }
a { background-color: rgb(147,234,206); }
div.DivClassName
{
background-color: #93EACE;
}
.BgClassName
{
background-color: #93EACE;
}
</style>
border-color css
<style>
span { border-color: #93EACE; }
span { border-color: rgb(147,234,206); }
td.TdClassName
{
border-color: #93EACE;
}
.TagClassName
{
border-color: #93EACE;
}
</style>