Shades of Bermuda #7BD2B9
Tints of Bermuda #7BD2B9
RGB
CMYK
RGB Variations
Color information
#7BD2B9 (or 0x7BD2B9) is known color: Bermuda. HEX triplet: 7B, D2 and B9. RGB value is (123,210,185). Sum of RGB (Red+Green+Blue) = 123+210+185=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD2B9 is #842D46. Grayscale: #B5B5B5. Windows color (decimal): -8662343 or 12178043. OLE color: 12178043.
HSL color Cylindrical-coordinate representation of color #7BD2B9: hue angle of 162.76º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD2B9 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 210 | 185 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.18 |
| HSL | 162.76º | 0.49% | 0.65% | - |
| HSV(B) | 162.76º | 0.41% | 0.82% | - |
| XYZ | 39.97 | 53.81 | 54.18 | - |
| YUV | 181.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 210 | 185 | 0.41 | 0 | 0.12 | 0.18 | 162.76 | 0.49 | 0.65 |
| Hex | 7B | D2 | B9 | 29 | 0 | C | 12 | A3 | 31 | 41 |
| Octal | 173 | 322 | 271 | 51 | 0 | 14 | 22 | 243 | 61 | 101 |
| Binary | 1111011 | 11010010 | 10111001 | 101001 | 0 | 1100 | 10010 | 10100011 | 110001 | 1000001 |
Color Harmonies of #7BD2B9
Complementary color
Monochromatic Colors of #7BD2B9
Black with #7BD2B9
Text Example
Text Example
White with #7BD2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD2B9; }
p { color: rgb(123,210,185); }
H1.HeaderClassName
{
color: #7BD2B9;
}
.AnyTagClassName
{
color: #7BD2B9;
}
</style>
background-color css
<style>
a { background-color: #7BD2B9; }
a { background-color: rgb(123,210,185); }
div.DivClassName
{
background-color: #7BD2B9;
}
.BgClassName
{
background-color: #7BD2B9;
}
</style>
border-color css
<style>
span { border-color: #7BD2B9; }
span { border-color: rgb(123,210,185); }
td.TdClassName
{
border-color: #7BD2B9;
}
.TagClassName
{
border-color: #7BD2B9;
}
</style>