Shades of Riptide #91E5C6
Tints of Riptide #91E5C6
RGB
CMYK
RGB Variations
Color information
#91E5C6 (or 0x91E5C6) is known color: Riptide. HEX triplet: 91, E5 and C6. RGB value is (145,229,198). Sum of RGB (Red+Green+Blue) = 145+229+198=572 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.35% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #91E5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91E5C6 is #6E1A39. Grayscale: #C8C8C8. Windows color (decimal): -7215674 or 13034897. OLE color: 13034897.
HSL color Cylindrical-coordinate representation of color #91E5C6: hue angle of 157.86º 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 #91E5C6 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 229 | 198 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.10 |
| HSL | 157.86º | 0.62% | 0.73% | - |
| HSV(B) | 157.86º | 0.37% | 0.9% | - |
| XYZ | 49.89 | 66.14 | 63.56 | - |
| YUV | 200.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 229 | 198 | 0.37 | 0 | 0.14 | 0.10 | 157.86 | 0.62 | 0.73 |
| Hex | 91 | E5 | C6 | 25 | 0 | E | A | 9E | 3E | 49 |
| Octal | 221 | 345 | 306 | 45 | 0 | 16 | 12 | 236 | 76 | 111 |
| Binary | 10010001 | 11100101 | 11000110 | 100101 | 0 | 1110 | 1010 | 10011110 | 111110 | 1001001 |
Color Harmonies of #91E5C6
Complementary color
Monochromatic Colors of #91E5C6
Black with #91E5C6
Text Example
Text Example
White with #91E5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E5C6; }
p { color: rgb(145,229,198); }
H1.HeaderClassName
{
color: #91E5C6;
}
.AnyTagClassName
{
color: #91E5C6;
}
</style>
background-color css
<style>
a { background-color: #91E5C6; }
a { background-color: rgb(145,229,198); }
div.DivClassName
{
background-color: #91E5C6;
}
.BgClassName
{
background-color: #91E5C6;
}
</style>
border-color css
<style>
span { border-color: #91E5C6; }
span { border-color: rgb(145,229,198); }
td.TdClassName
{
border-color: #91E5C6;
}
.TagClassName
{
border-color: #91E5C6;
}
</style>