Shades of Bermuda #91D9BE
Tints of Bermuda #91D9BE
RGB
CMYK
RGB Variations
Color information
#91D9BE (or 0x91D9BE) is known color: Bermuda. HEX triplet: 91, D9 and BE. RGB value is (145,217,190). Sum of RGB (Red+Green+Blue) = 145+217+190=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #91D9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D9BE is #6E2641. Grayscale: #C0C0C0. Windows color (decimal): -7218754 or 12507537. OLE color: 12507537.
HSL color Cylindrical-coordinate representation of color #91D9BE: hue angle of 157.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D9BE is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 217 | 190 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.15 |
| HSL | 157.5º | 0.49% | 0.71% | - |
| HSV(B) | 157.5º | 0.33% | 0.85% | - |
| XYZ | 45.78 | 59.36 | 57.76 | - |
| YUV | 192.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 217 | 190 | 0.33 | 0 | 0.12 | 0.15 | 157.5 | 0.49 | 0.71 |
| Hex | 91 | D9 | BE | 21 | 0 | C | F | 9E | 31 | 47 |
| Octal | 221 | 331 | 276 | 41 | 0 | 14 | 17 | 236 | 61 | 107 |
| Binary | 10010001 | 11011001 | 10111110 | 100001 | 0 | 1100 | 1111 | 10011110 | 110001 | 1000111 |
Color Harmonies of #91D9BE
Complementary color
Monochromatic Colors of #91D9BE
Black with #91D9BE
Text Example
Text Example
White with #91D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D9BE; }
p { color: rgb(145,217,190); }
H1.HeaderClassName
{
color: #91D9BE;
}
.AnyTagClassName
{
color: #91D9BE;
}
</style>
background-color css
<style>
a { background-color: #91D9BE; }
a { background-color: rgb(145,217,190); }
div.DivClassName
{
background-color: #91D9BE;
}
.BgClassName
{
background-color: #91D9BE;
}
</style>
border-color css
<style>
span { border-color: #91D9BE; }
span { border-color: rgb(145,217,190); }
td.TdClassName
{
border-color: #91D9BE;
}
.TagClassName
{
border-color: #91D9BE;
}
</style>