Shades of Bermuda #8CC5BF
Tints of Bermuda #8CC5BF
RGB
CMYK
RGB Variations
Color information
#8CC5BF (or 0x8CC5BF) is known color: Bermuda. HEX triplet: 8C, C5 and BF. RGB value is (140,197,191). Sum of RGB (Red+Green+Blue) = 140+197+191=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5BF is #733A40. Grayscale: #B3B3B3. Windows color (decimal): -7551553 or 12567948. OLE color: 12567948.
HSL color Cylindrical-coordinate representation of color #8CC5BF: hue angle of 173.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC5BF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 191 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.23 |
| HSL | 173.68º | 0.33% | 0.66% | - |
| HSV(B) | 173.68º | 0.29% | 0.77% | - |
| XYZ | 40.19 | 49.27 | 56.68 | - |
| YUV | 179.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 191 | 0.29 | 0 | 0.03 | 0.23 | 173.68 | 0.33 | 0.66 |
| Hex | 8C | C5 | BF | 1D | 0 | 3 | 17 | AE | 21 | 42 |
| Octal | 214 | 305 | 277 | 35 | 0 | 3 | 27 | 256 | 41 | 102 |
| Binary | 10001100 | 11000101 | 10111111 | 11101 | 0 | 11 | 10111 | 10101110 | 100001 | 1000010 |
Color Harmonies of #8CC5BF
Complementary color
Monochromatic Colors of #8CC5BF
Black with #8CC5BF
Text Example
Text Example
White with #8CC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC5BF; }
p { color: rgb(140,197,191); }
H1.HeaderClassName
{
color: #8CC5BF;
}
.AnyTagClassName
{
color: #8CC5BF;
}
</style>
background-color css
<style>
a { background-color: #8CC5BF; }
a { background-color: rgb(140,197,191); }
div.DivClassName
{
background-color: #8CC5BF;
}
.BgClassName
{
background-color: #8CC5BF;
}
</style>
border-color css
<style>
span { border-color: #8CC5BF; }
span { border-color: rgb(140,197,191); }
td.TdClassName
{
border-color: #8CC5BF;
}
.TagClassName
{
border-color: #8CC5BF;
}
</style>