Shades of Bermuda #7BDFBF
Tints of Bermuda #7BDFBF
RGB
CMYK
RGB Variations
Color information
#7BDFBF (or 0x7BDFBF) is known color: Bermuda. HEX triplet: 7B, DF and BF. RGB value is (123,223,191). Sum of RGB (Red+Green+Blue) = 123+223+191=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFBF is #842040. Grayscale: #BDBDBD. Windows color (decimal): -8659009 or 12574587. OLE color: 12574587.
HSL color Cylindrical-coordinate representation of color #7BDFBF: hue angle of 160.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFBF is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 191 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.13 |
| HSL | 160.8º | 0.61% | 0.68% | - |
| HSV(B) | 160.8º | 0.45% | 0.87% | - |
| XYZ | 43.96 | 60.75 | 58.7 | - |
| YUV | 189.45 | 128.87 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 191 | 0.45 | 0 | 0.14 | 0.13 | 160.8 | 0.61 | 0.68 |
| Hex | 7B | DF | BF | 2D | 0 | E | D | A1 | 3D | 44 |
| Octal | 173 | 337 | 277 | 55 | 0 | 16 | 15 | 241 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10111111 | 101101 | 0 | 1110 | 1101 | 10100001 | 111101 | 1000100 |
Color Harmonies of #7BDFBF
Complementary color
Monochromatic Colors of #7BDFBF
Black with #7BDFBF
Text Example
Text Example
White with #7BDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFBF; }
p { color: rgb(123,223,191); }
H1.HeaderClassName
{
color: #7BDFBF;
}
.AnyTagClassName
{
color: #7BDFBF;
}
</style>
background-color css
<style>
a { background-color: #7BDFBF; }
a { background-color: rgb(123,223,191); }
div.DivClassName
{
background-color: #7BDFBF;
}
.BgClassName
{
background-color: #7BDFBF;
}
</style>
border-color css
<style>
span { border-color: #7BDFBF; }
span { border-color: rgb(123,223,191); }
td.TdClassName
{
border-color: #7BDFBF;
}
.TagClassName
{
border-color: #7BDFBF;
}
</style>