Shades of Bermuda #91C9BE
Tints of Bermuda #91C9BE
RGB
CMYK
RGB Variations
Color information
#91C9BE (or 0x91C9BE) is known color: Bermuda. HEX triplet: 91, C9 and BE. RGB value is (145,201,190). Sum of RGB (Red+Green+Blue) = 145+201+190=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #91C9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C9BE is #6E3641. Grayscale: #B6B6B6. Windows color (decimal): -7222850 or 12503441. OLE color: 12503441.
HSL color Cylindrical-coordinate representation of color #91C9BE: hue angle of 168.21º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91C9BE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 190 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.21 |
| HSL | 168.21º | 0.34% | 0.68% | - |
| HSV(B) | 168.21º | 0.28% | 0.79% | - |
| XYZ | 41.86 | 51.51 | 56.45 | - |
| YUV | 183 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 190 | 0.28 | 0 | 0.05 | 0.21 | 168.21 | 0.34 | 0.68 |
| Hex | 91 | C9 | BE | 1C | 0 | 5 | 15 | A8 | 22 | 44 |
| Octal | 221 | 311 | 276 | 34 | 0 | 5 | 25 | 250 | 42 | 104 |
| Binary | 10010001 | 11001001 | 10111110 | 11100 | 0 | 101 | 10101 | 10101000 | 100010 | 1000100 |
Color Harmonies of #91C9BE
Complementary color
Monochromatic Colors of #91C9BE
Black with #91C9BE
Text Example
Text Example
White with #91C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C9BE; }
p { color: rgb(145,201,190); }
H1.HeaderClassName
{
color: #91C9BE;
}
.AnyTagClassName
{
color: #91C9BE;
}
</style>
background-color css
<style>
a { background-color: #91C9BE; }
a { background-color: rgb(145,201,190); }
div.DivClassName
{
background-color: #91C9BE;
}
.BgClassName
{
background-color: #91C9BE;
}
</style>
border-color css
<style>
span { border-color: #91C9BE; }
span { border-color: rgb(145,201,190); }
td.TdClassName
{
border-color: #91C9BE;
}
.TagClassName
{
border-color: #91C9BE;
}
</style>