Shades of Riptide #91DAC5
Tints of Riptide #91DAC5
RGB
CMYK
RGB Variations
Color information
#91DAC5 (or 0x91DAC5) is known color: Riptide. HEX triplet: 91, DA and C5. RGB value is (145,218,197). Sum of RGB (Red+Green+Blue) = 145+218+197=560 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.89% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #91DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DAC5 is #6E253A. Grayscale: #C1C1C1. Windows color (decimal): -7218491 or 12966545. OLE color: 12966545.
HSL color Cylindrical-coordinate representation of color #91DAC5: hue angle of 162.74º 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 #91DAC5 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 197 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.15 |
| HSL | 162.74º | 0.5% | 0.71% | - |
| HSV(B) | 162.74º | 0.33% | 0.85% | - |
| XYZ | 46.83 | 60.19 | 61.97 | - |
| YUV | 193.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 197 | 0.33 | 0 | 0.10 | 0.15 | 162.74 | 0.5 | 0.71 |
| Hex | 91 | DA | C5 | 21 | 0 | A | F | A3 | 32 | 47 |
| Octal | 221 | 332 | 305 | 41 | 0 | 12 | 17 | 243 | 62 | 107 |
| Binary | 10010001 | 11011010 | 11000101 | 100001 | 0 | 1010 | 1111 | 10100011 | 110010 | 1000111 |
Color Harmonies of #91DAC5
Complementary color
Monochromatic Colors of #91DAC5
Black with #91DAC5
Text Example
Text Example
White with #91DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DAC5; }
p { color: rgb(145,218,197); }
H1.HeaderClassName
{
color: #91DAC5;
}
.AnyTagClassName
{
color: #91DAC5;
}
</style>
background-color css
<style>
a { background-color: #91DAC5; }
a { background-color: rgb(145,218,197); }
div.DivClassName
{
background-color: #91DAC5;
}
.BgClassName
{
background-color: #91DAC5;
}
</style>
border-color css
<style>
span { border-color: #91DAC5; }
span { border-color: rgb(145,218,197); }
td.TdClassName
{
border-color: #91DAC5;
}
.TagClassName
{
border-color: #91DAC5;
}
</style>