Shades of Riptide #91D9D0
Tints of Riptide #91D9D0
RGB
CMYK
RGB Variations
Color information
#91D9D0 (or 0x91D9D0) is known color: Riptide. HEX triplet: 91, D9 and D0. RGB value is (145,217,208). Sum of RGB (Red+Green+Blue) = 145+217+208=570 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.44% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #91D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D9D0 is #6E262F. Grayscale: #C2C2C2. Windows color (decimal): -7218736 or 13687185. OLE color: 13687185.
HSL color Cylindrical-coordinate representation of color #91D9D0: hue angle of 172.5º degrees, saturation: 0.49, 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 #91D9D0 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 217 | 208 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.15 |
| HSL | 172.5º | 0.49% | 0.71% | - |
| HSV(B) | 172.5º | 0.33% | 0.85% | - |
| XYZ | 47.88 | 60.2 | 68.77 | - |
| YUV | 194.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 217 | 208 | 0.33 | 0 | 0.04 | 0.15 | 172.5 | 0.49 | 0.71 |
| Hex | 91 | D9 | D0 | 21 | 0 | 4 | F | AC | 31 | 47 |
| Octal | 221 | 331 | 320 | 41 | 0 | 4 | 17 | 254 | 61 | 107 |
| Binary | 10010001 | 11011001 | 11010000 | 100001 | 0 | 100 | 1111 | 10101100 | 110001 | 1000111 |
Color Harmonies of #91D9D0
Complementary color
Monochromatic Colors of #91D9D0
Black with #91D9D0
Text Example
Text Example
White with #91D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D9D0; }
p { color: rgb(145,217,208); }
H1.HeaderClassName
{
color: #91D9D0;
}
.AnyTagClassName
{
color: #91D9D0;
}
</style>
background-color css
<style>
a { background-color: #91D9D0; }
a { background-color: rgb(145,217,208); }
div.DivClassName
{
background-color: #91D9D0;
}
.BgClassName
{
background-color: #91D9D0;
}
</style>
border-color css
<style>
span { border-color: #91D9D0; }
span { border-color: rgb(145,217,208); }
td.TdClassName
{
border-color: #91D9D0;
}
.TagClassName
{
border-color: #91D9D0;
}
</style>