Shades of Bermuda #7BCFBD
Tints of Bermuda #7BCFBD
RGB
CMYK
RGB Variations
Color information
#7BCFBD (or 0x7BCFBD) is known color: Bermuda. HEX triplet: 7B, CF and BD. RGB value is (123,207,189). Sum of RGB (Red+Green+Blue) = 123+207+189=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFBD is #843042. Grayscale: #B3B3B3. Windows color (decimal): -8663107 or 12439419. OLE color: 12439419.
HSL color Cylindrical-coordinate representation of color #7BCFBD: hue angle of 167.14º 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 #7BCFBD is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 189 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.19 |
| HSL | 167.14º | 0.47% | 0.65% | - |
| HSV(B) | 167.14º | 0.41% | 0.81% | - |
| XYZ | 39.67 | 52.51 | 56.19 | - |
| YUV | 179.83 | 133.17 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 189 | 0.41 | 0 | 0.09 | 0.19 | 167.14 | 0.47 | 0.65 |
| Hex | 7B | CF | BD | 29 | 0 | 9 | 13 | A7 | 2F | 41 |
| Octal | 173 | 317 | 275 | 51 | 0 | 11 | 23 | 247 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10111101 | 101001 | 0 | 1001 | 10011 | 10100111 | 101111 | 1000001 |
Color Harmonies of #7BCFBD
Complementary color
Monochromatic Colors of #7BCFBD
Black with #7BCFBD
Text Example
Text Example
White with #7BCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFBD; }
p { color: rgb(123,207,189); }
H1.HeaderClassName
{
color: #7BCFBD;
}
.AnyTagClassName
{
color: #7BCFBD;
}
</style>
background-color css
<style>
a { background-color: #7BCFBD; }
a { background-color: rgb(123,207,189); }
div.DivClassName
{
background-color: #7BCFBD;
}
.BgClassName
{
background-color: #7BCFBD;
}
</style>
border-color css
<style>
span { border-color: #7BCFBD; }
span { border-color: rgb(123,207,189); }
td.TdClassName
{
border-color: #7BCFBD;
}
.TagClassName
{
border-color: #7BCFBD;
}
</style>