Shades of Riptide #91D2C6
Tints of Riptide #91D2C6
RGB
CMYK
RGB Variations
Color information
#91D2C6 (or 0x91D2C6) is known color: Riptide. HEX triplet: 91, D2 and C6. RGB value is (145,210,198). Sum of RGB (Red+Green+Blue) = 145+210+198=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #91D2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D2C6 is #6E2D39. Grayscale: #BDBDBD. Windows color (decimal): -7220538 or 13030033. OLE color: 13030033.
HSL color Cylindrical-coordinate representation of color #91D2C6: hue angle of 168.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D2C6 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 198 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.18 |
| HSL | 168.92º | 0.42% | 0.7% | - |
| HSV(B) | 168.92º | 0.31% | 0.82% | - |
| XYZ | 44.92 | 56.19 | 61.9 | - |
| YUV | 189.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 198 | 0.31 | 0 | 0.06 | 0.18 | 168.92 | 0.42 | 0.7 |
| Hex | 91 | D2 | C6 | 1F | 0 | 6 | 12 | A9 | 2A | 46 |
| Octal | 221 | 322 | 306 | 37 | 0 | 6 | 22 | 251 | 52 | 106 |
| Binary | 10010001 | 11010010 | 11000110 | 11111 | 0 | 110 | 10010 | 10101001 | 101010 | 1000110 |
Color Harmonies of #91D2C6
Complementary color
Monochromatic Colors of #91D2C6
Black with #91D2C6
Text Example
Text Example
White with #91D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2C6; }
p { color: rgb(145,210,198); }
H1.HeaderClassName
{
color: #91D2C6;
}
.AnyTagClassName
{
color: #91D2C6;
}
</style>
background-color css
<style>
a { background-color: #91D2C6; }
a { background-color: rgb(145,210,198); }
div.DivClassName
{
background-color: #91D2C6;
}
.BgClassName
{
background-color: #91D2C6;
}
</style>
border-color css
<style>
span { border-color: #91D2C6; }
span { border-color: rgb(145,210,198); }
td.TdClassName
{
border-color: #91D2C6;
}
.TagClassName
{
border-color: #91D2C6;
}
</style>