Shades of Riptide #93D1C8
Tints of Riptide #93D1C8
RGB
CMYK
RGB Variations
Color information
#93D1C8 (or 0x93D1C8) is known color: Riptide. HEX triplet: 93, D1 and C8. RGB value is (147,209,200). Sum of RGB (Red+Green+Blue) = 147+209+200=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D1C8 is #6C2E37. Grayscale: #BDBDBD. Windows color (decimal): -7089720 or 13160851. OLE color: 13160851.
HSL color Cylindrical-coordinate representation of color #93D1C8: hue angle of 171.29º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D1C8 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 200 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.18 |
| HSL | 171.29º | 0.4% | 0.7% | - |
| HSV(B) | 171.29º | 0.3% | 0.82% | - |
| XYZ | 45.26 | 55.97 | 63.06 | - |
| YUV | 189.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 200 | 0.30 | 0 | 0.04 | 0.18 | 171.29 | 0.4 | 0.7 |
| Hex | 93 | D1 | C8 | 1E | 0 | 4 | 12 | AB | 28 | 46 |
| Octal | 223 | 321 | 310 | 36 | 0 | 4 | 22 | 253 | 50 | 106 |
| Binary | 10010011 | 11010001 | 11001000 | 11110 | 0 | 100 | 10010 | 10101011 | 101000 | 1000110 |
Color Harmonies of #93D1C8
Complementary color
Monochromatic Colors of #93D1C8
Black with #93D1C8
Text Example
Text Example
White with #93D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D1C8; }
p { color: rgb(147,209,200); }
H1.HeaderClassName
{
color: #93D1C8;
}
.AnyTagClassName
{
color: #93D1C8;
}
</style>
background-color css
<style>
a { background-color: #93D1C8; }
a { background-color: rgb(147,209,200); }
div.DivClassName
{
background-color: #93D1C8;
}
.BgClassName
{
background-color: #93D1C8;
}
</style>
border-color css
<style>
span { border-color: #93D1C8; }
span { border-color: rgb(147,209,200); }
td.TdClassName
{
border-color: #93D1C8;
}
.TagClassName
{
border-color: #93D1C8;
}
</style>