Shades of Bermuda #7BDBBB
Tints of Bermuda #7BDBBB
RGB
CMYK
RGB Variations
Color information
#7BDBBB (or 0x7BDBBB) is known color: Bermuda. HEX triplet: 7B, DB and BB. RGB value is (123,219,187). Sum of RGB (Red+Green+Blue) = 123+219+187=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBBB is #842444. Grayscale: #BABABA. Windows color (decimal): -8660037 or 12311419. OLE color: 12311419.
HSL color Cylindrical-coordinate representation of color #7BDBBB: hue angle of 160º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBBB is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 187 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.14 |
| HSL | 160º | 0.57% | 0.67% | - |
| HSV(B) | 160º | 0.44% | 0.86% | - |
| XYZ | 42.47 | 58.46 | 56.06 | - |
| YUV | 186.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 187 | 0.44 | 0 | 0.15 | 0.14 | 160 | 0.57 | 0.67 |
| Hex | 7B | DB | BB | 2C | 0 | F | E | A0 | 39 | 43 |
| Octal | 173 | 333 | 273 | 54 | 0 | 17 | 16 | 240 | 71 | 103 |
| Binary | 1111011 | 11011011 | 10111011 | 101100 | 0 | 1111 | 1110 | 10100000 | 111001 | 1000011 |
Color Harmonies of #7BDBBB
Complementary color
Monochromatic Colors of #7BDBBB
Black with #7BDBBB
Text Example
Text Example
White with #7BDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBBB; }
p { color: rgb(123,219,187); }
H1.HeaderClassName
{
color: #7BDBBB;
}
.AnyTagClassName
{
color: #7BDBBB;
}
</style>
background-color css
<style>
a { background-color: #7BDBBB; }
a { background-color: rgb(123,219,187); }
div.DivClassName
{
background-color: #7BDBBB;
}
.BgClassName
{
background-color: #7BDBBB;
}
</style>
border-color css
<style>
span { border-color: #7BDBBB; }
span { border-color: rgb(123,219,187); }
td.TdClassName
{
border-color: #7BDBBB;
}
.TagClassName
{
border-color: #7BDBBB;
}
</style>