Shades of Riptide #91E5D0
Tints of Riptide #91E5D0
RGB
CMYK
RGB Variations
Color information
#91E5D0 (or 0x91E5D0) is known color: Riptide. HEX triplet: 91, E5 and D0. RGB value is (145,229,208). Sum of RGB (Red+Green+Blue) = 145+229+208=582 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.91% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #91E5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91E5D0 is #6E1A2F. Grayscale: #C9C9C9. Windows color (decimal): -7215664 or 13690257. OLE color: 13690257.
HSL color Cylindrical-coordinate representation of color #91E5D0: hue angle of 165º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91E5D0 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 229 | 208 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.10 |
| HSL | 165º | 0.62% | 0.73% | - |
| HSV(B) | 165º | 0.37% | 0.9% | - |
| XYZ | 51.08 | 66.61 | 69.84 | - |
| YUV | 201.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 229 | 208 | 0.37 | 0 | 0.09 | 0.10 | 165 | 0.62 | 0.73 |
| Hex | 91 | E5 | D0 | 25 | 0 | 9 | A | A5 | 3E | 49 |
| Octal | 221 | 345 | 320 | 45 | 0 | 11 | 12 | 245 | 76 | 111 |
| Binary | 10010001 | 11100101 | 11010000 | 100101 | 0 | 1001 | 1010 | 10100101 | 111110 | 1001001 |
Color Harmonies of #91E5D0
Complementary color
Monochromatic Colors of #91E5D0
Black with #91E5D0
Text Example
Text Example
White with #91E5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E5D0; }
p { color: rgb(145,229,208); }
H1.HeaderClassName
{
color: #91E5D0;
}
.AnyTagClassName
{
color: #91E5D0;
}
</style>
background-color css
<style>
a { background-color: #91E5D0; }
a { background-color: rgb(145,229,208); }
div.DivClassName
{
background-color: #91E5D0;
}
.BgClassName
{
background-color: #91E5D0;
}
</style>
border-color css
<style>
span { border-color: #91E5D0; }
span { border-color: rgb(145,229,208); }
td.TdClassName
{
border-color: #91E5D0;
}
.TagClassName
{
border-color: #91E5D0;
}
</style>