Shades of Riptide #91DCCB
Tints of Riptide #91DCCB
RGB
CMYK
RGB Variations
Color information
#91DCCB (or 0x91DCCB) is known color: Riptide. HEX triplet: 91, DC and CB. RGB value is (145,220,203). Sum of RGB (Red+Green+Blue) = 145+220+203=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #91DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DCCB is #6E2334. Grayscale: #C3C3C3. Windows color (decimal): -7217973 or 13360273. OLE color: 13360273.
HSL color Cylindrical-coordinate representation of color #91DCCB: hue angle of 166.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DCCB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 203 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.14 |
| HSL | 166.4º | 0.52% | 0.72% | - |
| HSV(B) | 166.4º | 0.34% | 0.86% | - |
| XYZ | 48.05 | 61.52 | 65.84 | - |
| YUV | 195.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 203 | 0.34 | 0 | 0.08 | 0.14 | 166.4 | 0.52 | 0.72 |
| Hex | 91 | DC | CB | 22 | 0 | 8 | E | A6 | 34 | 48 |
| Octal | 221 | 334 | 313 | 42 | 0 | 10 | 16 | 246 | 64 | 110 |
| Binary | 10010001 | 11011100 | 11001011 | 100010 | 0 | 1000 | 1110 | 10100110 | 110100 | 1001000 |
Color Harmonies of #91DCCB
Complementary color
Monochromatic Colors of #91DCCB
Black with #91DCCB
Text Example
Text Example
White with #91DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCCB; }
p { color: rgb(145,220,203); }
H1.HeaderClassName
{
color: #91DCCB;
}
.AnyTagClassName
{
color: #91DCCB;
}
</style>
background-color css
<style>
a { background-color: #91DCCB; }
a { background-color: rgb(145,220,203); }
div.DivClassName
{
background-color: #91DCCB;
}
.BgClassName
{
background-color: #91DCCB;
}
</style>
border-color css
<style>
span { border-color: #91DCCB; }
span { border-color: rgb(145,220,203); }
td.TdClassName
{
border-color: #91DCCB;
}
.TagClassName
{
border-color: #91DCCB;
}
</style>