Shades of Riptide #93D0C9
Tints of Riptide #93D0C9
RGB
CMYK
RGB Variations
Color information
#93D0C9 (or 0x93D0C9) is known color: Riptide. HEX triplet: 93, D0 and C9. RGB value is (147,208,201). Sum of RGB (Red+Green+Blue) = 147+208+201=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #93D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0C9 is #6C2F36. Grayscale: #BCBCBC. Windows color (decimal): -7089975 or 13226131. OLE color: 13226131.
HSL color Cylindrical-coordinate representation of color #93D0C9: hue angle of 173.11º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D0C9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 201 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.18 |
| HSL | 173.11º | 0.39% | 0.7% | - |
| HSV(B) | 173.11º | 0.29% | 0.82% | - |
| XYZ | 45.13 | 55.53 | 63.6 | - |
| YUV | 188.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 201 | 0.29 | 0 | 0.03 | 0.18 | 173.11 | 0.39 | 0.7 |
| Hex | 93 | D0 | C9 | 1D | 0 | 3 | 12 | AD | 27 | 46 |
| Octal | 223 | 320 | 311 | 35 | 0 | 3 | 22 | 255 | 47 | 106 |
| Binary | 10010011 | 11010000 | 11001001 | 11101 | 0 | 11 | 10010 | 10101101 | 100111 | 1000110 |
Color Harmonies of #93D0C9
Complementary color
Monochromatic Colors of #93D0C9
Black with #93D0C9
Text Example
Text Example
White with #93D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0C9; }
p { color: rgb(147,208,201); }
H1.HeaderClassName
{
color: #93D0C9;
}
.AnyTagClassName
{
color: #93D0C9;
}
</style>
background-color css
<style>
a { background-color: #93D0C9; }
a { background-color: rgb(147,208,201); }
div.DivClassName
{
background-color: #93D0C9;
}
.BgClassName
{
background-color: #93D0C9;
}
</style>
border-color css
<style>
span { border-color: #93D0C9; }
span { border-color: rgb(147,208,201); }
td.TdClassName
{
border-color: #93D0C9;
}
.TagClassName
{
border-color: #93D0C9;
}
</style>