Shades of Bermuda #7BD8BF
Tints of Bermuda #7BD8BF
RGB
CMYK
RGB Variations
Color information
#7BD8BF (or 0x7BD8BF) is known color: Bermuda. HEX triplet: 7B, D8 and BF. RGB value is (123,216,191). Sum of RGB (Red+Green+Blue) = 123+216+191=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #7BD8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD8BF is #842740. Grayscale: #B9B9B9. Windows color (decimal): -8660801 or 12572795. OLE color: 12572795.
HSL color Cylindrical-coordinate representation of color #7BD8BF: hue angle of 163.87º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD8BF is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 216 | 191 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.15 |
| HSL | 163.87º | 0.54% | 0.66% | - |
| HSV(B) | 163.87º | 0.43% | 0.85% | - |
| XYZ | 42.13 | 57.08 | 58.09 | - |
| YUV | 185.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 216 | 191 | 0.43 | 0 | 0.12 | 0.15 | 163.87 | 0.54 | 0.66 |
| Hex | 7B | D8 | BF | 2B | 0 | C | F | A4 | 36 | 42 |
| Octal | 173 | 330 | 277 | 53 | 0 | 14 | 17 | 244 | 66 | 102 |
| Binary | 1111011 | 11011000 | 10111111 | 101011 | 0 | 1100 | 1111 | 10100100 | 110110 | 1000010 |
Color Harmonies of #7BD8BF
Complementary color
Monochromatic Colors of #7BD8BF
Black with #7BD8BF
Text Example
Text Example
White with #7BD8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD8BF; }
p { color: rgb(123,216,191); }
H1.HeaderClassName
{
color: #7BD8BF;
}
.AnyTagClassName
{
color: #7BD8BF;
}
</style>
background-color css
<style>
a { background-color: #7BD8BF; }
a { background-color: rgb(123,216,191); }
div.DivClassName
{
background-color: #7BD8BF;
}
.BgClassName
{
background-color: #7BD8BF;
}
</style>
border-color css
<style>
span { border-color: #7BD8BF; }
span { border-color: rgb(123,216,191); }
td.TdClassName
{
border-color: #7BD8BF;
}
.TagClassName
{
border-color: #7BD8BF;
}
</style>