Shades of Bermuda #8CD6B9
Tints of Bermuda #8CD6B9
RGB
CMYK
RGB Variations
Color information
#8CD6B9 (or 0x8CD6B9) is known color: Bermuda. HEX triplet: 8C, D6 and B9. RGB value is (140,214,185). Sum of RGB (Red+Green+Blue) = 140+214+185=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD6B9 is #732946. Grayscale: #BCBCBC. Windows color (decimal): -7547207 or 12179084. OLE color: 12179084.
HSL color Cylindrical-coordinate representation of color #8CD6B9: hue angle of 156.49º 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 #8CD6B9 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 214 | 185 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.16 |
| HSL | 156.49º | 0.47% | 0.69% | - |
| HSV(B) | 156.49º | 0.35% | 0.84% | - |
| XYZ | 43.62 | 57.17 | 54.64 | - |
| YUV | 188.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 214 | 185 | 0.35 | 0 | 0.14 | 0.16 | 156.49 | 0.47 | 0.69 |
| Hex | 8C | D6 | B9 | 23 | 0 | E | 10 | 9C | 2F | 45 |
| Octal | 214 | 326 | 271 | 43 | 0 | 16 | 20 | 234 | 57 | 105 |
| Binary | 10001100 | 11010110 | 10111001 | 100011 | 0 | 1110 | 10000 | 10011100 | 101111 | 1000101 |
Color Harmonies of #8CD6B9
Complementary color
Monochromatic Colors of #8CD6B9
Black with #8CD6B9
Text Example
Text Example
White with #8CD6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD6B9; }
p { color: rgb(140,214,185); }
H1.HeaderClassName
{
color: #8CD6B9;
}
.AnyTagClassName
{
color: #8CD6B9;
}
</style>
background-color css
<style>
a { background-color: #8CD6B9; }
a { background-color: rgb(140,214,185); }
div.DivClassName
{
background-color: #8CD6B9;
}
.BgClassName
{
background-color: #8CD6B9;
}
</style>
border-color css
<style>
span { border-color: #8CD6B9; }
span { border-color: rgb(140,214,185); }
td.TdClassName
{
border-color: #8CD6B9;
}
.TagClassName
{
border-color: #8CD6B9;
}
</style>