Shades of Bermuda #7BD0BC
Tints of Bermuda #7BD0BC
RGB
CMYK
RGB Variations
Color information
#7BD0BC (or 0x7BD0BC) is known color: Bermuda. HEX triplet: 7B, D0 and BC. RGB value is (123,208,188). Sum of RGB (Red+Green+Blue) = 123+208+188=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD0BC is #842F43. Grayscale: #B4B4B4. Windows color (decimal): -8662852 or 12374139. OLE color: 12374139.
HSL color Cylindrical-coordinate representation of color #7BD0BC: hue angle of 165.88º degrees, saturation: 0.47, 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 #7BD0BC is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 188 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.18 |
| HSL | 165.88º | 0.47% | 0.65% | - |
| HSV(B) | 165.88º | 0.41% | 0.82% | - |
| XYZ | 39.8 | 52.95 | 55.7 | - |
| YUV | 180.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 188 | 0.41 | 0 | 0.10 | 0.18 | 165.88 | 0.47 | 0.65 |
| Hex | 7B | D0 | BC | 29 | 0 | A | 12 | A6 | 2F | 41 |
| Octal | 173 | 320 | 274 | 51 | 0 | 12 | 22 | 246 | 57 | 101 |
| Binary | 1111011 | 11010000 | 10111100 | 101001 | 0 | 1010 | 10010 | 10100110 | 101111 | 1000001 |
Color Harmonies of #7BD0BC
Complementary color
Monochromatic Colors of #7BD0BC
Black with #7BD0BC
Text Example
Text Example
White with #7BD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD0BC; }
p { color: rgb(123,208,188); }
H1.HeaderClassName
{
color: #7BD0BC;
}
.AnyTagClassName
{
color: #7BD0BC;
}
</style>
background-color css
<style>
a { background-color: #7BD0BC; }
a { background-color: rgb(123,208,188); }
div.DivClassName
{
background-color: #7BD0BC;
}
.BgClassName
{
background-color: #7BD0BC;
}
</style>
border-color css
<style>
span { border-color: #7BD0BC; }
span { border-color: rgb(123,208,188); }
td.TdClassName
{
border-color: #7BD0BC;
}
.TagClassName
{
border-color: #7BD0BC;
}
</style>