Shades of Bermuda #7BDCB2
Tints of Bermuda #7BDCB2
RGB
CMYK
RGB Variations
Color information
#7BDCB2 (or 0x7BDCB2) is known color: Bermuda. HEX triplet: 7B, DC and B2. RGB value is (123,220,178). Sum of RGB (Red+Green+Blue) = 123+220+178=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDCB2 is #84234D. Grayscale: #BABABA. Windows color (decimal): -8659790 or 11721851. OLE color: 11721851.
HSL color Cylindrical-coordinate representation of color #7BDCB2: hue angle of 154.02º 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 #7BDCB2 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 178 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.14 |
| HSL | 154.02º | 0.58% | 0.67% | - |
| HSV(B) | 154.02º | 0.44% | 0.86% | - |
| XYZ | 41.8 | 58.61 | 51.23 | - |
| YUV | 186.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 178 | 0.44 | 0 | 0.19 | 0.14 | 154.02 | 0.58 | 0.67 |
| Hex | 7B | DC | B2 | 2C | 0 | 13 | E | 9A | 3A | 43 |
| Octal | 173 | 334 | 262 | 54 | 0 | 23 | 16 | 232 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10110010 | 101100 | 0 | 10011 | 1110 | 10011010 | 111010 | 1000011 |
Color Harmonies of #7BDCB2
Complementary color
Monochromatic Colors of #7BDCB2
Black with #7BDCB2
Text Example
Text Example
White with #7BDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCB2; }
p { color: rgb(123,220,178); }
H1.HeaderClassName
{
color: #7BDCB2;
}
.AnyTagClassName
{
color: #7BDCB2;
}
</style>
background-color css
<style>
a { background-color: #7BDCB2; }
a { background-color: rgb(123,220,178); }
div.DivClassName
{
background-color: #7BDCB2;
}
.BgClassName
{
background-color: #7BDCB2;
}
</style>
border-color css
<style>
span { border-color: #7BDCB2; }
span { border-color: rgb(123,220,178); }
td.TdClassName
{
border-color: #7BDCB2;
}
.TagClassName
{
border-color: #7BDCB2;
}
</style>