Shades of Bermuda #7BD3BB
Tints of Bermuda #7BD3BB
RGB
CMYK
RGB Variations
Color information
#7BD3BB (or 0x7BD3BB) is known color: Bermuda. HEX triplet: 7B, D3 and BB. RGB value is (123,211,187). Sum of RGB (Red+Green+Blue) = 123+211+187=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD3BB is #842C44. Grayscale: #B5B5B5. Windows color (decimal): -8662085 or 12309371. OLE color: 12309371.
HSL color Cylindrical-coordinate representation of color #7BD3BB: hue angle of 163.64º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD3BB is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 211 | 187 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.17 |
| HSL | 163.64º | 0.5% | 0.65% | - |
| HSV(B) | 163.64º | 0.42% | 0.83% | - |
| XYZ | 40.43 | 54.39 | 55.38 | - |
| YUV | 181.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 211 | 187 | 0.42 | 0 | 0.11 | 0.17 | 163.64 | 0.5 | 0.65 |
| Hex | 7B | D3 | BB | 2A | 0 | B | 11 | A4 | 32 | 41 |
| Octal | 173 | 323 | 273 | 52 | 0 | 13 | 21 | 244 | 62 | 101 |
| Binary | 1111011 | 11010011 | 10111011 | 101010 | 0 | 1011 | 10001 | 10100100 | 110010 | 1000001 |
Color Harmonies of #7BD3BB
Complementary color
Monochromatic Colors of #7BD3BB
Black with #7BD3BB
Text Example
Text Example
White with #7BD3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD3BB; }
p { color: rgb(123,211,187); }
H1.HeaderClassName
{
color: #7BD3BB;
}
.AnyTagClassName
{
color: #7BD3BB;
}
</style>
background-color css
<style>
a { background-color: #7BD3BB; }
a { background-color: rgb(123,211,187); }
div.DivClassName
{
background-color: #7BD3BB;
}
.BgClassName
{
background-color: #7BD3BB;
}
</style>
border-color css
<style>
span { border-color: #7BD3BB; }
span { border-color: rgb(123,211,187); }
td.TdClassName
{
border-color: #7BD3BB;
}
.TagClassName
{
border-color: #7BD3BB;
}
</style>