Shades of Bermuda #7BDCBC
Tints of Bermuda #7BDCBC
RGB
CMYK
RGB Variations
Color information
#7BDCBC (or 0x7BDCBC) is known color: Bermuda. HEX triplet: 7B, DC and BC. RGB value is (123,220,188). Sum of RGB (Red+Green+Blue) = 123+220+188=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDCBC is #842343. Grayscale: #BBBBBB. Windows color (decimal): -8659780 or 12377211. OLE color: 12377211.
HSL color Cylindrical-coordinate representation of color #7BDCBC: hue angle of 160.21º degrees, saturation: 0.58, 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 #7BDCBC is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 188 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.14 |
| HSL | 160.21º | 0.58% | 0.67% | - |
| HSV(B) | 160.21º | 0.44% | 0.86% | - |
| XYZ | 42.84 | 59.03 | 56.71 | - |
| YUV | 187.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 188 | 0.44 | 0 | 0.15 | 0.14 | 160.21 | 0.58 | 0.67 |
| Hex | 7B | DC | BC | 2C | 0 | F | E | A0 | 3A | 43 |
| Octal | 173 | 334 | 274 | 54 | 0 | 17 | 16 | 240 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10111100 | 101100 | 0 | 1111 | 1110 | 10100000 | 111010 | 1000011 |
Color Harmonies of #7BDCBC
Complementary color
Monochromatic Colors of #7BDCBC
Black with #7BDCBC
Text Example
Text Example
White with #7BDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCBC; }
p { color: rgb(123,220,188); }
H1.HeaderClassName
{
color: #7BDCBC;
}
.AnyTagClassName
{
color: #7BDCBC;
}
</style>
background-color css
<style>
a { background-color: #7BDCBC; }
a { background-color: rgb(123,220,188); }
div.DivClassName
{
background-color: #7BDCBC;
}
.BgClassName
{
background-color: #7BDCBC;
}
</style>
border-color css
<style>
span { border-color: #7BDCBC; }
span { border-color: rgb(123,220,188); }
td.TdClassName
{
border-color: #7BDCBC;
}
.TagClassName
{
border-color: #7BDCBC;
}
</style>