Shades of Bermuda #8CC3BF
Tints of Bermuda #8CC3BF
RGB
CMYK
RGB Variations
Color information
#8CC3BF (or 0x8CC3BF) is known color: Bermuda. HEX triplet: 8C, C3 and BF. RGB value is (140,195,191). Sum of RGB (Red+Green+Blue) = 140+195+191=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC3BF is #733C40. Grayscale: #B2B2B2. Windows color (decimal): -7552065 or 12567436. OLE color: 12567436.
HSL color Cylindrical-coordinate representation of color #8CC3BF: hue angle of 175.64º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC3BF is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 191 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.24 |
| HSL | 175.64º | 0.31% | 0.66% | - |
| HSV(B) | 175.64º | 0.28% | 0.76% | - |
| XYZ | 39.73 | 48.37 | 56.53 | - |
| YUV | 178.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 191 | 0.28 | 0 | 0.02 | 0.24 | 175.64 | 0.31 | 0.66 |
| Hex | 8C | C3 | BF | 1C | 0 | 2 | 18 | B0 | 1F | 42 |
| Octal | 214 | 303 | 277 | 34 | 0 | 2 | 30 | 260 | 37 | 102 |
| Binary | 10001100 | 11000011 | 10111111 | 11100 | 0 | 10 | 11000 | 10110000 | 11111 | 1000010 |
Color Harmonies of #8CC3BF
Complementary color
Monochromatic Colors of #8CC3BF
Black with #8CC3BF
Text Example
Text Example
White with #8CC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC3BF; }
p { color: rgb(140,195,191); }
H1.HeaderClassName
{
color: #8CC3BF;
}
.AnyTagClassName
{
color: #8CC3BF;
}
</style>
background-color css
<style>
a { background-color: #8CC3BF; }
a { background-color: rgb(140,195,191); }
div.DivClassName
{
background-color: #8CC3BF;
}
.BgClassName
{
background-color: #8CC3BF;
}
</style>
border-color css
<style>
span { border-color: #8CC3BF; }
span { border-color: rgb(140,195,191); }
td.TdClassName
{
border-color: #8CC3BF;
}
.TagClassName
{
border-color: #8CC3BF;
}
</style>