Shades of Riptide #91EAD9
Tints of Riptide #91EAD9
RGB
CMYK
RGB Variations
Color information
#91EAD9 (or 0x91EAD9) is known color: Riptide. HEX triplet: 91, EA and D9. RGB value is (145,234,217). Sum of RGB (Red+Green+Blue) = 145+234+217=596 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.33% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #91EAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EAD9 is #6E1526. Grayscale: #CDCDCD. Windows color (decimal): -7214375 or 14281361. OLE color: 14281361.
HSL color Cylindrical-coordinate representation of color #91EAD9: hue angle of 168.54º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91EAD9 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 234 | 217 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.08 |
| HSL | 168.54º | 0.68% | 0.74% | - |
| HSV(B) | 168.54º | 0.38% | 0.92% | - |
| XYZ | 53.62 | 69.88 | 76.31 | - |
| YUV | 205.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 234 | 217 | 0.38 | 0 | 0.07 | 0.08 | 168.54 | 0.68 | 0.74 |
| Hex | 91 | EA | D9 | 26 | 0 | 7 | 8 | A9 | 44 | 4A |
| Octal | 221 | 352 | 331 | 46 | 0 | 7 | 10 | 251 | 104 | 112 |
| Binary | 10010001 | 11101010 | 11011001 | 100110 | 0 | 111 | 1000 | 10101001 | 1000100 | 1001010 |
Color Harmonies of #91EAD9
Complementary color
Monochromatic Colors of #91EAD9
Black with #91EAD9
Text Example
Text Example
White with #91EAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EAD9; }
p { color: rgb(145,234,217); }
H1.HeaderClassName
{
color: #91EAD9;
}
.AnyTagClassName
{
color: #91EAD9;
}
</style>
background-color css
<style>
a { background-color: #91EAD9; }
a { background-color: rgb(145,234,217); }
div.DivClassName
{
background-color: #91EAD9;
}
.BgClassName
{
background-color: #91EAD9;
}
</style>
border-color css
<style>
span { border-color: #91EAD9; }
span { border-color: rgb(145,234,217); }
td.TdClassName
{
border-color: #91EAD9;
}
.TagClassName
{
border-color: #91EAD9;
}
</style>