Shades of Bermuda #8CC7BA
Tints of Bermuda #8CC7BA
RGB
CMYK
RGB Variations
Color information
#8CC7BA (or 0x8CC7BA) is known color: Bermuda. HEX triplet: 8C, C7 and BA. RGB value is (140,199,186). Sum of RGB (Red+Green+Blue) = 140+199+186=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC7BA is #733845. Grayscale: #B3B3B3. Windows color (decimal): -7551046 or 12240780. OLE color: 12240780.
HSL color Cylindrical-coordinate representation of color #8CC7BA: hue angle of 166.78º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC7BA is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 186 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.22 |
| HSL | 166.78º | 0.35% | 0.66% | - |
| HSV(B) | 166.78º | 0.3% | 0.78% | - |
| XYZ | 40.1 | 49.97 | 53.99 | - |
| YUV | 179.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 186 | 0.30 | 0 | 0.07 | 0.22 | 166.78 | 0.35 | 0.66 |
| Hex | 8C | C7 | BA | 1E | 0 | 7 | 16 | A7 | 23 | 42 |
| Octal | 214 | 307 | 272 | 36 | 0 | 7 | 26 | 247 | 43 | 102 |
| Binary | 10001100 | 11000111 | 10111010 | 11110 | 0 | 111 | 10110 | 10100111 | 100011 | 1000010 |
Color Harmonies of #8CC7BA
Complementary color
Monochromatic Colors of #8CC7BA
Black with #8CC7BA
Text Example
Text Example
White with #8CC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC7BA; }
p { color: rgb(140,199,186); }
H1.HeaderClassName
{
color: #8CC7BA;
}
.AnyTagClassName
{
color: #8CC7BA;
}
</style>
background-color css
<style>
a { background-color: #8CC7BA; }
a { background-color: rgb(140,199,186); }
div.DivClassName
{
background-color: #8CC7BA;
}
.BgClassName
{
background-color: #8CC7BA;
}
</style>
border-color css
<style>
span { border-color: #8CC7BA; }
span { border-color: rgb(140,199,186); }
td.TdClassName
{
border-color: #8CC7BA;
}
.TagClassName
{
border-color: #8CC7BA;
}
</style>