Shades of Bermuda #91CEBF
Tints of Bermuda #91CEBF
RGB
CMYK
RGB Variations
Color information
#91CEBF (or 0x91CEBF) is known color: Bermuda. HEX triplet: 91, CE and BF. RGB value is (145,206,191). Sum of RGB (Red+Green+Blue) = 145+206+191=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #91CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CEBF is #6E3140. Grayscale: #BABABA. Windows color (decimal): -7221569 or 12570257. OLE color: 12570257.
HSL color Cylindrical-coordinate representation of color #91CEBF: hue angle of 165.25º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CEBF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 191 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.19 |
| HSL | 165.25º | 0.38% | 0.69% | - |
| HSV(B) | 165.25º | 0.3% | 0.81% | - |
| XYZ | 43.15 | 53.92 | 57.42 | - |
| YUV | 186.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 191 | 0.30 | 0 | 0.07 | 0.19 | 165.25 | 0.38 | 0.69 |
| Hex | 91 | CE | BF | 1E | 0 | 7 | 13 | A5 | 26 | 45 |
| Octal | 221 | 316 | 277 | 36 | 0 | 7 | 23 | 245 | 46 | 105 |
| Binary | 10010001 | 11001110 | 10111111 | 11110 | 0 | 111 | 10011 | 10100101 | 100110 | 1000101 |
Color Harmonies of #91CEBF
Complementary color
Monochromatic Colors of #91CEBF
Black with #91CEBF
Text Example
Text Example
White with #91CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CEBF; }
p { color: rgb(145,206,191); }
H1.HeaderClassName
{
color: #91CEBF;
}
.AnyTagClassName
{
color: #91CEBF;
}
</style>
background-color css
<style>
a { background-color: #91CEBF; }
a { background-color: rgb(145,206,191); }
div.DivClassName
{
background-color: #91CEBF;
}
.BgClassName
{
background-color: #91CEBF;
}
</style>
border-color css
<style>
span { border-color: #91CEBF; }
span { border-color: rgb(145,206,191); }
td.TdClassName
{
border-color: #91CEBF;
}
.TagClassName
{
border-color: #91CEBF;
}
</style>