Shades of Riptide #93EACC
Tints of Riptide #93EACC
RGB
CMYK
RGB Variations
Color information
#93EACC (or 0x93EACC) is known color: Riptide. HEX triplet: 93, EA and CC. RGB value is (147,234,204). Sum of RGB (Red+Green+Blue) = 147+234+204=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #93EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EACC is #6C1533. Grayscale: #CCCCCC. Windows color (decimal): -7083316 or 13429395. OLE color: 13429395.
HSL color Cylindrical-coordinate representation of color #93EACC: hue angle of 159.31º 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 #93EACC is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 204 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.08 |
| HSL | 159.31º | 0.67% | 0.75% | - |
| HSV(B) | 159.31º | 0.37% | 0.92% | - |
| XYZ | 52.35 | 69.41 | 67.76 | - |
| YUV | 204.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 204 | 0.37 | 0 | 0.13 | 0.08 | 159.31 | 0.67 | 0.75 |
| Hex | 93 | EA | CC | 25 | 0 | D | 8 | 9F | 43 | 4B |
| Octal | 223 | 352 | 314 | 45 | 0 | 15 | 10 | 237 | 103 | 113 |
| Binary | 10010011 | 11101010 | 11001100 | 100101 | 0 | 1101 | 1000 | 10011111 | 1000011 | 1001011 |
Color Harmonies of #93EACC
Complementary color
Monochromatic Colors of #93EACC
Black with #93EACC
Text Example
Text Example
White with #93EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EACC; }
p { color: rgb(147,234,204); }
H1.HeaderClassName
{
color: #93EACC;
}
.AnyTagClassName
{
color: #93EACC;
}
</style>
background-color css
<style>
a { background-color: #93EACC; }
a { background-color: rgb(147,234,204); }
div.DivClassName
{
background-color: #93EACC;
}
.BgClassName
{
background-color: #93EACC;
}
</style>
border-color css
<style>
span { border-color: #93EACC; }
span { border-color: rgb(147,234,204); }
td.TdClassName
{
border-color: #93EACC;
}
.TagClassName
{
border-color: #93EACC;
}
</style>