Shades of Bermuda #7BD3BA
Tints of Bermuda #7BD3BA
RGB
CMYK
RGB Variations
Color information
#7BD3BA (or 0x7BD3BA) is known color: Bermuda. HEX triplet: 7B, D3 and BA. RGB value is (123,211,186). Sum of RGB (Red+Green+Blue) = 123+211+186=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD3BA is #842C45. Grayscale: #B5B5B5. Windows color (decimal): -8662086 or 12243835. OLE color: 12243835.
HSL color Cylindrical-coordinate representation of color #7BD3BA: hue angle of 162.95º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD3BA is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 211 | 186 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.17 |
| HSL | 162.95º | 0.5% | 0.65% | - |
| HSV(B) | 162.95º | 0.42% | 0.83% | - |
| XYZ | 40.33 | 54.34 | 54.82 | - |
| YUV | 181.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 211 | 186 | 0.42 | 0 | 0.12 | 0.17 | 162.95 | 0.5 | 0.65 |
| Hex | 7B | D3 | BA | 2A | 0 | C | 11 | A3 | 32 | 41 |
| Octal | 173 | 323 | 272 | 52 | 0 | 14 | 21 | 243 | 62 | 101 |
| Binary | 1111011 | 11010011 | 10111010 | 101010 | 0 | 1100 | 10001 | 10100011 | 110010 | 1000001 |
Color Harmonies of #7BD3BA
Complementary color
Monochromatic Colors of #7BD3BA
Black with #7BD3BA
Text Example
Text Example
White with #7BD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD3BA; }
p { color: rgb(123,211,186); }
H1.HeaderClassName
{
color: #7BD3BA;
}
.AnyTagClassName
{
color: #7BD3BA;
}
</style>
background-color css
<style>
a { background-color: #7BD3BA; }
a { background-color: rgb(123,211,186); }
div.DivClassName
{
background-color: #7BD3BA;
}
.BgClassName
{
background-color: #7BD3BA;
}
</style>
border-color css
<style>
span { border-color: #7BD3BA; }
span { border-color: rgb(123,211,186); }
td.TdClassName
{
border-color: #7BD3BA;
}
.TagClassName
{
border-color: #7BD3BA;
}
</style>