Shades of Bermuda #7BD8BC
Tints of Bermuda #7BD8BC
RGB
CMYK
RGB Variations
Color information
#7BD8BC (or 0x7BD8BC) is known color: Bermuda. HEX triplet: 7B, D8 and BC. RGB value is (123,216,188). Sum of RGB (Red+Green+Blue) = 123+216+188=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #7BD8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD8BC is #842743. Grayscale: #B9B9B9. Windows color (decimal): -8660804 or 12376187. OLE color: 12376187.
HSL color Cylindrical-coordinate representation of color #7BD8BC: hue angle of 161.94º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD8BC is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 216 | 188 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.15 |
| HSL | 161.94º | 0.54% | 0.66% | - |
| HSV(B) | 161.94º | 0.43% | 0.85% | - |
| XYZ | 41.8 | 56.95 | 56.37 | - |
| YUV | 185 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 216 | 188 | 0.43 | 0 | 0.13 | 0.15 | 161.94 | 0.54 | 0.66 |
| Hex | 7B | D8 | BC | 2B | 0 | D | F | A2 | 36 | 42 |
| Octal | 173 | 330 | 274 | 53 | 0 | 15 | 17 | 242 | 66 | 102 |
| Binary | 1111011 | 11011000 | 10111100 | 101011 | 0 | 1101 | 1111 | 10100010 | 110110 | 1000010 |
Color Harmonies of #7BD8BC
Complementary color
Monochromatic Colors of #7BD8BC
Black with #7BD8BC
Text Example
Text Example
White with #7BD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD8BC; }
p { color: rgb(123,216,188); }
H1.HeaderClassName
{
color: #7BD8BC;
}
.AnyTagClassName
{
color: #7BD8BC;
}
</style>
background-color css
<style>
a { background-color: #7BD8BC; }
a { background-color: rgb(123,216,188); }
div.DivClassName
{
background-color: #7BD8BC;
}
.BgClassName
{
background-color: #7BD8BC;
}
</style>
border-color css
<style>
span { border-color: #7BD8BC; }
span { border-color: rgb(123,216,188); }
td.TdClassName
{
border-color: #7BD8BC;
}
.TagClassName
{
border-color: #7BD8BC;
}
</style>