Shades of Riptide #93DFCC
Tints of Riptide #93DFCC
RGB
CMYK
RGB Variations
Color information
#93DFCC (or 0x93DFCC) is known color: Riptide. HEX triplet: 93, DF and CC. RGB value is (147,223,204). Sum of RGB (Red+Green+Blue) = 147+223+204=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFCC is #6C2033. Grayscale: #C6C6C6. Windows color (decimal): -7086132 or 13426579. OLE color: 13426579.
HSL color Cylindrical-coordinate representation of color #93DFCC: hue angle of 165º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DFCC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 204 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.13 |
| HSL | 165º | 0.54% | 0.73% | - |
| HSV(B) | 165º | 0.34% | 0.87% | - |
| XYZ | 49.32 | 63.34 | 66.75 | - |
| YUV | 198.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 204 | 0.34 | 0 | 0.09 | 0.13 | 165 | 0.54 | 0.73 |
| Hex | 93 | DF | CC | 22 | 0 | 9 | D | A5 | 36 | 49 |
| Octal | 223 | 337 | 314 | 42 | 0 | 11 | 15 | 245 | 66 | 111 |
| Binary | 10010011 | 11011111 | 11001100 | 100010 | 0 | 1001 | 1101 | 10100101 | 110110 | 1001001 |
Color Harmonies of #93DFCC
Complementary color
Monochromatic Colors of #93DFCC
Black with #93DFCC
Text Example
Text Example
White with #93DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DFCC; }
p { color: rgb(147,223,204); }
H1.HeaderClassName
{
color: #93DFCC;
}
.AnyTagClassName
{
color: #93DFCC;
}
</style>
background-color css
<style>
a { background-color: #93DFCC; }
a { background-color: rgb(147,223,204); }
div.DivClassName
{
background-color: #93DFCC;
}
.BgClassName
{
background-color: #93DFCC;
}
</style>
border-color css
<style>
span { border-color: #93DFCC; }
span { border-color: rgb(147,223,204); }
td.TdClassName
{
border-color: #93DFCC;
}
.TagClassName
{
border-color: #93DFCC;
}
</style>