Shades of Riptide #91EADB
Tints of Riptide #91EADB
RGB
CMYK
RGB Variations
Color information
#91EADB (or 0x91EADB) is known color: Riptide. HEX triplet: 91, EA and DB. RGB value is (145,234,219). Sum of RGB (Red+Green+Blue) = 145+234+219=598 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.25% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #91EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EADB is #6E1524. Grayscale: #CDCDCD. Windows color (decimal): -7214373 or 14412433. OLE color: 14412433.
HSL color Cylindrical-coordinate representation of color #91EADB: hue angle of 169.89º 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 #91EADB is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 234 | 219 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.08 |
| HSL | 169.89º | 0.68% | 0.74% | - |
| HSV(B) | 169.89º | 0.38% | 0.92% | - |
| XYZ | 53.89 | 69.98 | 77.69 | - |
| YUV | 205.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 234 | 219 | 0.38 | 0 | 0.06 | 0.08 | 169.89 | 0.68 | 0.74 |
| Hex | 91 | EA | DB | 26 | 0 | 6 | 8 | AA | 44 | 4A |
| Octal | 221 | 352 | 333 | 46 | 0 | 6 | 10 | 252 | 104 | 112 |
| Binary | 10010001 | 11101010 | 11011011 | 100110 | 0 | 110 | 1000 | 10101010 | 1000100 | 1001010 |
Color Harmonies of #91EADB
Complementary color
Monochromatic Colors of #91EADB
Black with #91EADB
Text Example
Text Example
White with #91EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EADB; }
p { color: rgb(145,234,219); }
H1.HeaderClassName
{
color: #91EADB;
}
.AnyTagClassName
{
color: #91EADB;
}
</style>
background-color css
<style>
a { background-color: #91EADB; }
a { background-color: rgb(145,234,219); }
div.DivClassName
{
background-color: #91EADB;
}
.BgClassName
{
background-color: #91EADB;
}
</style>
border-color css
<style>
span { border-color: #91EADB; }
span { border-color: rgb(145,234,219); }
td.TdClassName
{
border-color: #91EADB;
}
.TagClassName
{
border-color: #91EADB;
}
</style>