Shades of Riptide #91ECDB
Tints of Riptide #91ECDB
RGB
CMYK
RGB Variations
Color information
#91ECDB (or 0x91ECDB) is known color: Riptide. HEX triplet: 91, EC and DB. RGB value is (145,236,219). Sum of RGB (Red+Green+Blue) = 145+236+219=600 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.17% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #91ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91ECDB is #6E1324. Grayscale: #CECECE. Windows color (decimal): -7213861 or 14412945. OLE color: 14412945.
HSL color Cylindrical-coordinate representation of color #91ECDB: hue angle of 168.79º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91ECDB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 236 | 219 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.07 |
| HSL | 168.79º | 0.71% | 0.75% | - |
| HSV(B) | 168.79º | 0.39% | 0.93% | - |
| XYZ | 54.46 | 71.13 | 77.88 | - |
| YUV | 206.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 219 | 0.39 | 0 | 0.07 | 0.07 | 168.79 | 0.71 | 0.75 |
| Hex | 91 | EC | DB | 27 | 0 | 7 | 7 | A9 | 47 | 4B |
| Octal | 221 | 354 | 333 | 47 | 0 | 7 | 7 | 251 | 107 | 113 |
| Binary | 10010001 | 11101100 | 11011011 | 100111 | 0 | 111 | 111 | 10101001 | 1000111 | 1001011 |
Color Harmonies of #91ECDB
Complementary color
Monochromatic Colors of #91ECDB
Black with #91ECDB
Text Example
Text Example
White with #91ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ECDB; }
p { color: rgb(145,236,219); }
H1.HeaderClassName
{
color: #91ECDB;
}
.AnyTagClassName
{
color: #91ECDB;
}
</style>
background-color css
<style>
a { background-color: #91ECDB; }
a { background-color: rgb(145,236,219); }
div.DivClassName
{
background-color: #91ECDB;
}
.BgClassName
{
background-color: #91ECDB;
}
</style>
border-color css
<style>
span { border-color: #91ECDB; }
span { border-color: rgb(145,236,219); }
td.TdClassName
{
border-color: #91ECDB;
}
.TagClassName
{
border-color: #91ECDB;
}
</style>