Shades of Bermuda #91D1BB
Tints of Bermuda #91D1BB
RGB
CMYK
RGB Variations
Color information
#91D1BB (or 0x91D1BB) is known color: Bermuda. HEX triplet: 91, D1 and BB. RGB value is (145,209,187). Sum of RGB (Red+Green+Blue) = 145+209+187=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #91D1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D1BB is #6E2E44. Grayscale: #BBBBBB. Windows color (decimal): -7220805 or 12308881. OLE color: 12308881.
HSL color Cylindrical-coordinate representation of color #91D1BB: hue angle of 159.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D1BB is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 209 | 187 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.18 |
| HSL | 159.38º | 0.41% | 0.69% | - |
| HSV(B) | 159.38º | 0.31% | 0.82% | - |
| XYZ | 43.45 | 55.21 | 55.38 | - |
| YUV | 187.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 209 | 187 | 0.31 | 0 | 0.11 | 0.18 | 159.38 | 0.41 | 0.69 |
| Hex | 91 | D1 | BB | 1F | 0 | B | 12 | 9F | 29 | 45 |
| Octal | 221 | 321 | 273 | 37 | 0 | 13 | 22 | 237 | 51 | 105 |
| Binary | 10010001 | 11010001 | 10111011 | 11111 | 0 | 1011 | 10010 | 10011111 | 101001 | 1000101 |
Color Harmonies of #91D1BB
Complementary color
Monochromatic Colors of #91D1BB
Black with #91D1BB
Text Example
Text Example
White with #91D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D1BB; }
p { color: rgb(145,209,187); }
H1.HeaderClassName
{
color: #91D1BB;
}
.AnyTagClassName
{
color: #91D1BB;
}
</style>
background-color css
<style>
a { background-color: #91D1BB; }
a { background-color: rgb(145,209,187); }
div.DivClassName
{
background-color: #91D1BB;
}
.BgClassName
{
background-color: #91D1BB;
}
</style>
border-color css
<style>
span { border-color: #91D1BB; }
span { border-color: rgb(145,209,187); }
td.TdClassName
{
border-color: #91D1BB;
}
.TagClassName
{
border-color: #91D1BB;
}
</style>