Shades of Bermuda #7BD9BA
Tints of Bermuda #7BD9BA
RGB
CMYK
RGB Variations
Color information
#7BD9BA (or 0x7BD9BA) is known color: Bermuda. HEX triplet: 7B, D9 and BA. RGB value is (123,217,186). Sum of RGB (Red+Green+Blue) = 123+217+186=526 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.38% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD9BA is #842645. Grayscale: #B9B9B9. Windows color (decimal): -8660550 or 12245371. OLE color: 12245371.
HSL color Cylindrical-coordinate representation of color #7BD9BA: hue angle of 160.21º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD9BA is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 217 | 186 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.15 |
| HSL | 160.21º | 0.55% | 0.67% | - |
| HSV(B) | 160.21º | 0.43% | 0.85% | - |
| XYZ | 41.84 | 57.38 | 55.32 | - |
| YUV | 185.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 217 | 186 | 0.43 | 0 | 0.14 | 0.15 | 160.21 | 0.55 | 0.67 |
| Hex | 7B | D9 | BA | 2B | 0 | E | F | A0 | 37 | 43 |
| Octal | 173 | 331 | 272 | 53 | 0 | 16 | 17 | 240 | 67 | 103 |
| Binary | 1111011 | 11011001 | 10111010 | 101011 | 0 | 1110 | 1111 | 10100000 | 110111 | 1000011 |
Color Harmonies of #7BD9BA
Complementary color
Monochromatic Colors of #7BD9BA
Black with #7BD9BA
Text Example
Text Example
White with #7BD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD9BA; }
p { color: rgb(123,217,186); }
H1.HeaderClassName
{
color: #7BD9BA;
}
.AnyTagClassName
{
color: #7BD9BA;
}
</style>
background-color css
<style>
a { background-color: #7BD9BA; }
a { background-color: rgb(123,217,186); }
div.DivClassName
{
background-color: #7BD9BA;
}
.BgClassName
{
background-color: #7BD9BA;
}
</style>
border-color css
<style>
span { border-color: #7BD9BA; }
span { border-color: rgb(123,217,186); }
td.TdClassName
{
border-color: #7BD9BA;
}
.TagClassName
{
border-color: #7BD9BA;
}
</style>