Shades of Bermuda #7BDFBA
Tints of Bermuda #7BDFBA
RGB
CMYK
RGB Variations
Color information
#7BDFBA (or 0x7BDFBA) is known color: Bermuda. HEX triplet: 7B, DF and BA. RGB value is (123,223,186). Sum of RGB (Red+Green+Blue) = 123+223+186=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFBA is #842045. Grayscale: #BCBCBC. Windows color (decimal): -8659014 or 12246907. OLE color: 12246907.
HSL color Cylindrical-coordinate representation of color #7BDFBA: hue angle of 157.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 #7BDFBA is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 186 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.13 |
| HSL | 157.8º | 0.61% | 0.68% | - |
| HSV(B) | 157.8º | 0.45% | 0.87% | - |
| XYZ | 43.42 | 60.53 | 55.85 | - |
| YUV | 188.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 186 | 0.45 | 0 | 0.17 | 0.13 | 157.8 | 0.61 | 0.68 |
| Hex | 7B | DF | BA | 2D | 0 | 11 | D | 9E | 3D | 44 |
| Octal | 173 | 337 | 272 | 55 | 0 | 21 | 15 | 236 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10111010 | 101101 | 0 | 10001 | 1101 | 10011110 | 111101 | 1000100 |
Color Harmonies of #7BDFBA
Complementary color
Monochromatic Colors of #7BDFBA
Black with #7BDFBA
Text Example
Text Example
White with #7BDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFBA; }
p { color: rgb(123,223,186); }
H1.HeaderClassName
{
color: #7BDFBA;
}
.AnyTagClassName
{
color: #7BDFBA;
}
</style>
background-color css
<style>
a { background-color: #7BDFBA; }
a { background-color: rgb(123,223,186); }
div.DivClassName
{
background-color: #7BDFBA;
}
.BgClassName
{
background-color: #7BDFBA;
}
</style>
border-color css
<style>
span { border-color: #7BDFBA; }
span { border-color: rgb(123,223,186); }
td.TdClassName
{
border-color: #7BDFBA;
}
.TagClassName
{
border-color: #7BDFBA;
}
</style>