Shades of Bermuda #7BDBBC
Tints of Bermuda #7BDBBC
RGB
CMYK
RGB Variations
Color information
#7BDBBC (or 0x7BDBBC) is known color: Bermuda. HEX triplet: 7B, DB and BC. RGB value is (123,219,188). Sum of RGB (Red+Green+Blue) = 123+219+188=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBBC is #842443. Grayscale: #BABABA. Windows color (decimal): -8660036 or 12376955. OLE color: 12376955.
HSL color Cylindrical-coordinate representation of color #7BDBBC: hue angle of 160.62º 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 #7BDBBC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 188 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.14 |
| HSL | 160.63º | 0.57% | 0.67% | - |
| HSV(B) | 160.63º | 0.44% | 0.86% | - |
| XYZ | 42.58 | 58.5 | 56.63 | - |
| YUV | 186.76 | 128.7 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 188 | 0.44 | 0 | 0.14 | 0.14 | 160.63 | 0.57 | 0.67 |
| Hex | 7B | DB | BC | 2C | 0 | E | E | A1 | 39 | 43 |
| Octal | 173 | 333 | 274 | 54 | 0 | 16 | 16 | 241 | 71 | 103 |
| Binary | 1111011 | 11011011 | 10111100 | 101100 | 0 | 1110 | 1110 | 10100001 | 111001 | 1000011 |
Color Harmonies of #7BDBBC
Complementary color
Monochromatic Colors of #7BDBBC
Black with #7BDBBC
Text Example
Text Example
White with #7BDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBBC; }
p { color: rgb(123,219,188); }
H1.HeaderClassName
{
color: #7BDBBC;
}
.AnyTagClassName
{
color: #7BDBBC;
}
</style>
background-color css
<style>
a { background-color: #7BDBBC; }
a { background-color: rgb(123,219,188); }
div.DivClassName
{
background-color: #7BDBBC;
}
.BgClassName
{
background-color: #7BDBBC;
}
</style>
border-color css
<style>
span { border-color: #7BDBBC; }
span { border-color: rgb(123,219,188); }
td.TdClassName
{
border-color: #7BDBBC;
}
.TagClassName
{
border-color: #7BDBBC;
}
</style>