Shades of Riptide #91E7D1
Tints of Riptide #91E7D1
RGB
CMYK
RGB Variations
Color information
#91E7D1 (or 0x91E7D1) is known color: Riptide. HEX triplet: 91, E7 and D1. RGB value is (145,231,209). Sum of RGB (Red+Green+Blue) = 145+231+209=585 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.79% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #91E7D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E7D1 is #6E182E. Grayscale: #CACACA. Windows color (decimal): -7215151 or 13756305. OLE color: 13756305.
HSL color Cylindrical-coordinate representation of color #91E7D1: hue angle of 164.65º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91E7D1 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 231 | 209 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.09 |
| HSL | 164.65º | 0.64% | 0.74% | - |
| HSV(B) | 164.65º | 0.37% | 0.91% | - |
| XYZ | 51.76 | 67.78 | 70.68 | - |
| YUV | 202.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 231 | 209 | 0.37 | 0 | 0.10 | 0.09 | 164.65 | 0.64 | 0.74 |
| Hex | 91 | E7 | D1 | 25 | 0 | A | 9 | A5 | 40 | 4A |
| Octal | 221 | 347 | 321 | 45 | 0 | 12 | 11 | 245 | 100 | 112 |
| Binary | 10010001 | 11100111 | 11010001 | 100101 | 0 | 1010 | 1001 | 10100101 | 1000000 | 1001010 |
Color Harmonies of #91E7D1
Complementary color
Monochromatic Colors of #91E7D1
Black with #91E7D1
Text Example
Text Example
White with #91E7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E7D1; }
p { color: rgb(145,231,209); }
H1.HeaderClassName
{
color: #91E7D1;
}
.AnyTagClassName
{
color: #91E7D1;
}
</style>
background-color css
<style>
a { background-color: #91E7D1; }
a { background-color: rgb(145,231,209); }
div.DivClassName
{
background-color: #91E7D1;
}
.BgClassName
{
background-color: #91E7D1;
}
</style>
border-color css
<style>
span { border-color: #91E7D1; }
span { border-color: rgb(145,231,209); }
td.TdClassName
{
border-color: #91E7D1;
}
.TagClassName
{
border-color: #91E7D1;
}
</style>