Shades of Riptide #93DDC9
Tints of Riptide #93DDC9
RGB
CMYK
RGB Variations
Color information
#93DDC9 (or 0x93DDC9) is known color: Riptide. HEX triplet: 93, DD and C9. RGB value is (147,221,201). Sum of RGB (Red+Green+Blue) = 147+221+201=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDC9 is #6C2236. Grayscale: #C4C4C4. Windows color (decimal): -7086647 or 13229459. OLE color: 13229459.
HSL color Cylindrical-coordinate representation of color #93DDC9: hue angle of 163.78º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDC9 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 201 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.13 |
| HSL | 163.78º | 0.52% | 0.72% | - |
| HSV(B) | 163.78º | 0.33% | 0.87% | - |
| XYZ | 48.43 | 62.13 | 64.7 | - |
| YUV | 196.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 201 | 0.33 | 0 | 0.09 | 0.13 | 163.78 | 0.52 | 0.72 |
| Hex | 93 | DD | C9 | 21 | 0 | 9 | D | A4 | 34 | 48 |
| Octal | 223 | 335 | 311 | 41 | 0 | 11 | 15 | 244 | 64 | 110 |
| Binary | 10010011 | 11011101 | 11001001 | 100001 | 0 | 1001 | 1101 | 10100100 | 110100 | 1001000 |
Color Harmonies of #93DDC9
Complementary color
Monochromatic Colors of #93DDC9
Black with #93DDC9
Text Example
Text Example
White with #93DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDC9; }
p { color: rgb(147,221,201); }
H1.HeaderClassName
{
color: #93DDC9;
}
.AnyTagClassName
{
color: #93DDC9;
}
</style>
background-color css
<style>
a { background-color: #93DDC9; }
a { background-color: rgb(147,221,201); }
div.DivClassName
{
background-color: #93DDC9;
}
.BgClassName
{
background-color: #93DDC9;
}
</style>
border-color css
<style>
span { border-color: #93DDC9; }
span { border-color: rgb(147,221,201); }
td.TdClassName
{
border-color: #93DDC9;
}
.TagClassName
{
border-color: #93DDC9;
}
</style>