Shades of Bermuda #91C7BF
Tints of Bermuda #91C7BF
RGB
CMYK
RGB Variations
Color information
#91C7BF (or 0x91C7BF) is known color: Bermuda. HEX triplet: 91, C7 and BF. RGB value is (145,199,191). Sum of RGB (Red+Green+Blue) = 145+199+191=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #91C7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C7BF is #6E3840. Grayscale: #B5B5B5. Windows color (decimal): -7223361 or 12568465. OLE color: 12568465.
HSL color Cylindrical-coordinate representation of color #91C7BF: hue angle of 171.11º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91C7BF is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 199 | 191 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.22 |
| HSL | 171.11º | 0.33% | 0.67% | - |
| HSV(B) | 171.11º | 0.27% | 0.78% | - |
| XYZ | 41.5 | 50.63 | 56.87 | - |
| YUV | 181.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 199 | 191 | 0.27 | 0 | 0.04 | 0.22 | 171.11 | 0.33 | 0.67 |
| Hex | 91 | C7 | BF | 1B | 0 | 4 | 16 | AB | 21 | 43 |
| Octal | 221 | 307 | 277 | 33 | 0 | 4 | 26 | 253 | 41 | 103 |
| Binary | 10010001 | 11000111 | 10111111 | 11011 | 0 | 100 | 10110 | 10101011 | 100001 | 1000011 |
Color Harmonies of #91C7BF
Complementary color
Monochromatic Colors of #91C7BF
Black with #91C7BF
Text Example
Text Example
White with #91C7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C7BF; }
p { color: rgb(145,199,191); }
H1.HeaderClassName
{
color: #91C7BF;
}
.AnyTagClassName
{
color: #91C7BF;
}
</style>
background-color css
<style>
a { background-color: #91C7BF; }
a { background-color: rgb(145,199,191); }
div.DivClassName
{
background-color: #91C7BF;
}
.BgClassName
{
background-color: #91C7BF;
}
</style>
border-color css
<style>
span { border-color: #91C7BF; }
span { border-color: rgb(145,199,191); }
td.TdClassName
{
border-color: #91C7BF;
}
.TagClassName
{
border-color: #91C7BF;
}
</style>