Shades of Riptide #91DACD
Tints of Riptide #91DACD
RGB
CMYK
RGB Variations
Color information
#91DACD (or 0x91DACD) is known color: Riptide. HEX triplet: 91, DA and CD. RGB value is (145,218,205). Sum of RGB (Red+Green+Blue) = 145+218+205=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #91DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DACD is #6E2532. Grayscale: #C2C2C2. Windows color (decimal): -7218483 or 13490833. OLE color: 13490833.
HSL color Cylindrical-coordinate representation of color #91DACD: hue angle of 169.32º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91DACD is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 205 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.15 |
| HSL | 169.32º | 0.5% | 0.71% | - |
| HSV(B) | 169.32º | 0.33% | 0.85% | - |
| XYZ | 47.77 | 60.57 | 66.93 | - |
| YUV | 194.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 205 | 0.33 | 0 | 0.06 | 0.15 | 169.32 | 0.5 | 0.71 |
| Hex | 91 | DA | CD | 21 | 0 | 6 | F | A9 | 32 | 47 |
| Octal | 221 | 332 | 315 | 41 | 0 | 6 | 17 | 251 | 62 | 107 |
| Binary | 10010001 | 11011010 | 11001101 | 100001 | 0 | 110 | 1111 | 10101001 | 110010 | 1000111 |
Color Harmonies of #91DACD
Complementary color
Monochromatic Colors of #91DACD
Black with #91DACD
Text Example
Text Example
White with #91DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DACD; }
p { color: rgb(145,218,205); }
H1.HeaderClassName
{
color: #91DACD;
}
.AnyTagClassName
{
color: #91DACD;
}
</style>
background-color css
<style>
a { background-color: #91DACD; }
a { background-color: rgb(145,218,205); }
div.DivClassName
{
background-color: #91DACD;
}
.BgClassName
{
background-color: #91DACD;
}
</style>
border-color css
<style>
span { border-color: #91DACD; }
span { border-color: rgb(145,218,205); }
td.TdClassName
{
border-color: #91DACD;
}
.TagClassName
{
border-color: #91DACD;
}
</style>