Shades of Bermuda #7BCFBC
Tints of Bermuda #7BCFBC
RGB
CMYK
RGB Variations
Color information
#7BCFBC (or 0x7BCFBC) is known color: Bermuda. HEX triplet: 7B, CF and BC. RGB value is (123,207,188). Sum of RGB (Red+Green+Blue) = 123+207+188=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFBC is #843043. Grayscale: #B3B3B3. Windows color (decimal): -8663108 or 12373883. OLE color: 12373883.
HSL color Cylindrical-coordinate representation of color #7BCFBC: hue angle of 166.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCFBC is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 188 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.19 |
| HSL | 166.43º | 0.47% | 0.65% | - |
| HSV(B) | 166.43º | 0.41% | 0.81% | - |
| XYZ | 39.56 | 52.47 | 55.62 | - |
| YUV | 179.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 188 | 0.41 | 0 | 0.09 | 0.19 | 166.43 | 0.47 | 0.65 |
| Hex | 7B | CF | BC | 29 | 0 | 9 | 13 | A6 | 2F | 41 |
| Octal | 173 | 317 | 274 | 51 | 0 | 11 | 23 | 246 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10111100 | 101001 | 0 | 1001 | 10011 | 10100110 | 101111 | 1000001 |
Color Harmonies of #7BCFBC
Complementary color
Monochromatic Colors of #7BCFBC
Black with #7BCFBC
Text Example
Text Example
White with #7BCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFBC; }
p { color: rgb(123,207,188); }
H1.HeaderClassName
{
color: #7BCFBC;
}
.AnyTagClassName
{
color: #7BCFBC;
}
</style>
background-color css
<style>
a { background-color: #7BCFBC; }
a { background-color: rgb(123,207,188); }
div.DivClassName
{
background-color: #7BCFBC;
}
.BgClassName
{
background-color: #7BCFBC;
}
</style>
border-color css
<style>
span { border-color: #7BCFBC; }
span { border-color: rgb(123,207,188); }
td.TdClassName
{
border-color: #7BCFBC;
}
.TagClassName
{
border-color: #7BCFBC;
}
</style>