Shades of Bermuda #7BC8C7
Tints of Bermuda #7BC8C7
RGB
CMYK
RGB Variations
Color information
#7BC8C7 (or 0x7BC8C7) is known color: Bermuda. HEX triplet: 7B, C8 and C7. RGB value is (123,200,199). Sum of RGB (Red+Green+Blue) = 123+200+199=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC8C7 is #843738. Grayscale: #B0B0B0. Windows color (decimal): -8664889 or 13092987. OLE color: 13092987.
HSL color Cylindrical-coordinate representation of color #7BC8C7: hue angle of 179.22º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC8C7 is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 199 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.22 |
| HSL | 179.22º | 0.41% | 0.63% | - |
| HSV(B) | 179.22º | 0.39% | 0.78% | - |
| XYZ | 39.13 | 49.64 | 61.55 | - |
| YUV | 176.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 199 | 0.38 | 0 | 0.00 | 0.22 | 179.22 | 0.41 | 0.63 |
| Hex | 7B | C8 | C7 | 26 | 0 | 0 | 16 | B3 | 29 | 3F |
| Octal | 173 | 310 | 307 | 46 | 0 | 0 | 26 | 263 | 51 | 77 |
| Binary | 1111011 | 11001000 | 11000111 | 100110 | 0 | 0 | 10110 | 10110011 | 101001 | 111111 |
Color Harmonies of #7BC8C7
Complementary color
Monochromatic Colors of #7BC8C7
Black with #7BC8C7
Text Example
Text Example
White with #7BC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC8C7; }
p { color: rgb(123,200,199); }
H1.HeaderClassName
{
color: #7BC8C7;
}
.AnyTagClassName
{
color: #7BC8C7;
}
</style>
background-color css
<style>
a { background-color: #7BC8C7; }
a { background-color: rgb(123,200,199); }
div.DivClassName
{
background-color: #7BC8C7;
}
.BgClassName
{
background-color: #7BC8C7;
}
</style>
border-color css
<style>
span { border-color: #7BC8C7; }
span { border-color: rgb(123,200,199); }
td.TdClassName
{
border-color: #7BC8C7;
}
.TagClassName
{
border-color: #7BC8C7;
}
</style>