Shades of Riptide #91EDDB
Tints of Riptide #91EDDB
RGB
CMYK
RGB Variations
Color information
#91EDDB (or 0x91EDDB) is known color: Riptide. HEX triplet: 91, ED and DB. RGB value is (145,237,219). Sum of RGB (Red+Green+Blue) = 145+237+219=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #91EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EDDB is #6E1224. Grayscale: #CFCFCF. Windows color (decimal): -7213605 or 14413201. OLE color: 14413201.
HSL color Cylindrical-coordinate representation of color #91EDDB: hue angle of 168.26º degrees, saturation: 0.72, 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 #91EDDB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 237 | 219 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.07 |
| HSL | 168.26º | 0.72% | 0.75% | - |
| HSV(B) | 168.26º | 0.39% | 0.93% | - |
| XYZ | 54.75 | 71.7 | 77.97 | - |
| YUV | 207.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 219 | 0.39 | 0 | 0.08 | 0.07 | 168.26 | 0.72 | 0.75 |
| Hex | 91 | ED | DB | 27 | 0 | 8 | 7 | A8 | 48 | 4B |
| Octal | 221 | 355 | 333 | 47 | 0 | 10 | 7 | 250 | 110 | 113 |
| Binary | 10010001 | 11101101 | 11011011 | 100111 | 0 | 1000 | 111 | 10101000 | 1001000 | 1001011 |
Color Harmonies of #91EDDB
Complementary color
Monochromatic Colors of #91EDDB
Black with #91EDDB
Text Example
Text Example
White with #91EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EDDB; }
p { color: rgb(145,237,219); }
H1.HeaderClassName
{
color: #91EDDB;
}
.AnyTagClassName
{
color: #91EDDB;
}
</style>
background-color css
<style>
a { background-color: #91EDDB; }
a { background-color: rgb(145,237,219); }
div.DivClassName
{
background-color: #91EDDB;
}
.BgClassName
{
background-color: #91EDDB;
}
</style>
border-color css
<style>
span { border-color: #91EDDB; }
span { border-color: rgb(145,237,219); }
td.TdClassName
{
border-color: #91EDDB;
}
.TagClassName
{
border-color: #91EDDB;
}
</style>