Shades of Riptide #93DDC5
Tints of Riptide #93DDC5
RGB
CMYK
RGB Variations
Color information
#93DDC5 (or 0x93DDC5) is known color: Riptide. HEX triplet: 93, DD and C5. RGB value is (147,221,197). Sum of RGB (Red+Green+Blue) = 147+221+197=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDC5 is #6C223A. Grayscale: #C4C4C4. Windows color (decimal): -7086651 or 12967315. OLE color: 12967315.
HSL color Cylindrical-coordinate representation of color #93DDC5: hue angle of 160.54º 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 #93DDC5 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 197 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.13 |
| HSL | 160.54º | 0.52% | 0.72% | - |
| HSV(B) | 160.54º | 0.33% | 0.87% | - |
| XYZ | 47.97 | 61.95 | 62.25 | - |
| YUV | 196.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 197 | 0.33 | 0 | 0.11 | 0.13 | 160.54 | 0.52 | 0.72 |
| Hex | 93 | DD | C5 | 21 | 0 | B | D | A1 | 34 | 48 |
| Octal | 223 | 335 | 305 | 41 | 0 | 13 | 15 | 241 | 64 | 110 |
| Binary | 10010011 | 11011101 | 11000101 | 100001 | 0 | 1011 | 1101 | 10100001 | 110100 | 1001000 |
Color Harmonies of #93DDC5
Complementary color
Monochromatic Colors of #93DDC5
Black with #93DDC5
Text Example
Text Example
White with #93DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDC5; }
p { color: rgb(147,221,197); }
H1.HeaderClassName
{
color: #93DDC5;
}
.AnyTagClassName
{
color: #93DDC5;
}
</style>
background-color css
<style>
a { background-color: #93DDC5; }
a { background-color: rgb(147,221,197); }
div.DivClassName
{
background-color: #93DDC5;
}
.BgClassName
{
background-color: #93DDC5;
}
</style>
border-color css
<style>
span { border-color: #93DDC5; }
span { border-color: rgb(147,221,197); }
td.TdClassName
{
border-color: #93DDC5;
}
.TagClassName
{
border-color: #93DDC5;
}
</style>