Shades of Riptide #91DBC5
Tints of Riptide #91DBC5
RGB
CMYK
RGB Variations
Color information
#91DBC5 (or 0x91DBC5) is known color: Riptide. HEX triplet: 91, DB and C5. RGB value is (145,219,197). Sum of RGB (Red+Green+Blue) = 145+219+197=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DBC5 is #6E243A. Grayscale: #C2C2C2. Windows color (decimal): -7218235 or 12966801. OLE color: 12966801.
HSL color Cylindrical-coordinate representation of color #91DBC5: hue angle of 162.16º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DBC5 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 197 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.14 |
| HSL | 162.16º | 0.51% | 0.71% | - |
| HSV(B) | 162.16º | 0.34% | 0.86% | - |
| XYZ | 47.09 | 60.71 | 62.06 | - |
| YUV | 194.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 197 | 0.34 | 0 | 0.10 | 0.14 | 162.16 | 0.51 | 0.71 |
| Hex | 91 | DB | C5 | 22 | 0 | A | E | A2 | 33 | 47 |
| Octal | 221 | 333 | 305 | 42 | 0 | 12 | 16 | 242 | 63 | 107 |
| Binary | 10010001 | 11011011 | 11000101 | 100010 | 0 | 1010 | 1110 | 10100010 | 110011 | 1000111 |
Color Harmonies of #91DBC5
Complementary color
Monochromatic Colors of #91DBC5
Black with #91DBC5
Text Example
Text Example
White with #91DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBC5; }
p { color: rgb(145,219,197); }
H1.HeaderClassName
{
color: #91DBC5;
}
.AnyTagClassName
{
color: #91DBC5;
}
</style>
background-color css
<style>
a { background-color: #91DBC5; }
a { background-color: rgb(145,219,197); }
div.DivClassName
{
background-color: #91DBC5;
}
.BgClassName
{
background-color: #91DBC5;
}
</style>
border-color css
<style>
span { border-color: #91DBC5; }
span { border-color: rgb(145,219,197); }
td.TdClassName
{
border-color: #91DBC5;
}
.TagClassName
{
border-color: #91DBC5;
}
</style>