Shades of Bermuda #91C6C2
Tints of Bermuda #91C6C2
RGB
CMYK
RGB Variations
Color information
#91C6C2 (or 0x91C6C2) is known color: Bermuda. HEX triplet: 91, C6 and C2. RGB value is (145,198,194). Sum of RGB (Red+Green+Blue) = 145+198+194=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #91C6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C6C2 is #6E393D. Grayscale: #B5B5B5. Windows color (decimal): -7223614 or 12764817. OLE color: 12764817.
HSL color Cylindrical-coordinate representation of color #91C6C2: hue angle of 175.47º degrees, saturation: 0.32, 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 #91C6C2 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 198 | 194 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.22 |
| HSL | 175.47º | 0.32% | 0.67% | - |
| HSV(B) | 175.47º | 0.27% | 0.78% | - |
| XYZ | 41.61 | 50.3 | 58.56 | - |
| YUV | 181.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 198 | 194 | 0.27 | 0 | 0.02 | 0.22 | 175.47 | 0.32 | 0.67 |
| Hex | 91 | C6 | C2 | 1B | 0 | 2 | 16 | AF | 20 | 43 |
| Octal | 221 | 306 | 302 | 33 | 0 | 2 | 26 | 257 | 40 | 103 |
| Binary | 10010001 | 11000110 | 11000010 | 11011 | 0 | 10 | 10110 | 10101111 | 100000 | 1000011 |
Color Harmonies of #91C6C2
Complementary color
Monochromatic Colors of #91C6C2
Black with #91C6C2
Text Example
Text Example
White with #91C6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C6C2; }
p { color: rgb(145,198,194); }
H1.HeaderClassName
{
color: #91C6C2;
}
.AnyTagClassName
{
color: #91C6C2;
}
</style>
background-color css
<style>
a { background-color: #91C6C2; }
a { background-color: rgb(145,198,194); }
div.DivClassName
{
background-color: #91C6C2;
}
.BgClassName
{
background-color: #91C6C2;
}
</style>
border-color css
<style>
span { border-color: #91C6C2; }
span { border-color: rgb(145,198,194); }
td.TdClassName
{
border-color: #91C6C2;
}
.TagClassName
{
border-color: #91C6C2;
}
</style>