Shades of Bermuda #8CD6BB
Tints of Bermuda #8CD6BB
RGB
CMYK
RGB Variations
Color information
#8CD6BB (or 0x8CD6BB) is known color: Bermuda. HEX triplet: 8C, D6 and BB. RGB value is (140,214,187). Sum of RGB (Red+Green+Blue) = 140+214+187=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD6BB is #732944. Grayscale: #BCBCBC. Windows color (decimal): -7547205 or 12310156. OLE color: 12310156.
HSL color Cylindrical-coordinate representation of color #8CD6BB: hue angle of 158.11º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD6BB is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 214 | 187 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.16 |
| HSL | 158.11º | 0.47% | 0.69% | - |
| HSV(B) | 158.11º | 0.35% | 0.84% | - |
| XYZ | 43.83 | 57.26 | 55.76 | - |
| YUV | 188.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 214 | 187 | 0.35 | 0 | 0.13 | 0.16 | 158.11 | 0.47 | 0.69 |
| Hex | 8C | D6 | BB | 23 | 0 | D | 10 | 9E | 2F | 45 |
| Octal | 214 | 326 | 273 | 43 | 0 | 15 | 20 | 236 | 57 | 105 |
| Binary | 10001100 | 11010110 | 10111011 | 100011 | 0 | 1101 | 10000 | 10011110 | 101111 | 1000101 |
Color Harmonies of #8CD6BB
Complementary color
Monochromatic Colors of #8CD6BB
Black with #8CD6BB
Text Example
Text Example
White with #8CD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD6BB; }
p { color: rgb(140,214,187); }
H1.HeaderClassName
{
color: #8CD6BB;
}
.AnyTagClassName
{
color: #8CD6BB;
}
</style>
background-color css
<style>
a { background-color: #8CD6BB; }
a { background-color: rgb(140,214,187); }
div.DivClassName
{
background-color: #8CD6BB;
}
.BgClassName
{
background-color: #8CD6BB;
}
</style>
border-color css
<style>
span { border-color: #8CD6BB; }
span { border-color: rgb(140,214,187); }
td.TdClassName
{
border-color: #8CD6BB;
}
.TagClassName
{
border-color: #8CD6BB;
}
</style>