Shades of Riptide #91E7C4
Tints of Riptide #91E7C4
RGB
CMYK
RGB Variations
Color information
#91E7C4 (or 0x91E7C4) is known color: Riptide. HEX triplet: 91, E7 and C4. RGB value is (145,231,196). Sum of RGB (Red+Green+Blue) = 145+231+196=572 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.35% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #91E7C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E7C4 is #6E183B. Grayscale: #C9C9C9. Windows color (decimal): -7215164 or 12904337. OLE color: 12904337.
HSL color Cylindrical-coordinate representation of color #91E7C4: hue angle of 155.58º 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 #91E7C4 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 231 | 196 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.09 |
| HSL | 155.58º | 0.64% | 0.74% | - |
| HSV(B) | 155.58º | 0.37% | 0.91% | - |
| XYZ | 50.22 | 67.16 | 62.54 | - |
| YUV | 201.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 231 | 196 | 0.37 | 0 | 0.15 | 0.09 | 155.58 | 0.64 | 0.74 |
| Hex | 91 | E7 | C4 | 25 | 0 | F | 9 | 9C | 40 | 4A |
| Octal | 221 | 347 | 304 | 45 | 0 | 17 | 11 | 234 | 100 | 112 |
| Binary | 10010001 | 11100111 | 11000100 | 100101 | 0 | 1111 | 1001 | 10011100 | 1000000 | 1001010 |
Color Harmonies of #91E7C4
Complementary color
Monochromatic Colors of #91E7C4
Black with #91E7C4
Text Example
Text Example
White with #91E7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E7C4; }
p { color: rgb(145,231,196); }
H1.HeaderClassName
{
color: #91E7C4;
}
.AnyTagClassName
{
color: #91E7C4;
}
</style>
background-color css
<style>
a { background-color: #91E7C4; }
a { background-color: rgb(145,231,196); }
div.DivClassName
{
background-color: #91E7C4;
}
.BgClassName
{
background-color: #91E7C4;
}
</style>
border-color css
<style>
span { border-color: #91E7C4; }
span { border-color: rgb(145,231,196); }
td.TdClassName
{
border-color: #91E7C4;
}
.TagClassName
{
border-color: #91E7C4;
}
</style>