Shades of Bermuda #7BCBC5
Tints of Bermuda #7BCBC5
RGB
CMYK
RGB Variations
Color information
#7BCBC5 (or 0x7BCBC5) is known color: Bermuda. HEX triplet: 7B, CB and C5. RGB value is (123,203,197). Sum of RGB (Red+Green+Blue) = 123+203+197=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBC5 is #84343A. Grayscale: #B2B2B2. Windows color (decimal): -8664123 or 12962683. OLE color: 12962683.
HSL color Cylindrical-coordinate representation of color #7BCBC5: hue angle of 175.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCBC5 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 197 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.20 |
| HSL | 175.5º | 0.43% | 0.64% | - |
| HSV(B) | 175.5º | 0.39% | 0.8% | - |
| XYZ | 39.6 | 50.95 | 60.57 | - |
| YUV | 178.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 197 | 0.39 | 0 | 0.03 | 0.20 | 175.5 | 0.43 | 0.64 |
| Hex | 7B | CB | C5 | 27 | 0 | 3 | 14 | B0 | 2B | 40 |
| Octal | 173 | 313 | 305 | 47 | 0 | 3 | 24 | 260 | 53 | 100 |
| Binary | 1111011 | 11001011 | 11000101 | 100111 | 0 | 11 | 10100 | 10110000 | 101011 | 1000000 |
Color Harmonies of #7BCBC5
Complementary color
Monochromatic Colors of #7BCBC5
Black with #7BCBC5
Text Example
Text Example
White with #7BCBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBC5; }
p { color: rgb(123,203,197); }
H1.HeaderClassName
{
color: #7BCBC5;
}
.AnyTagClassName
{
color: #7BCBC5;
}
</style>
background-color css
<style>
a { background-color: #7BCBC5; }
a { background-color: rgb(123,203,197); }
div.DivClassName
{
background-color: #7BCBC5;
}
.BgClassName
{
background-color: #7BCBC5;
}
</style>
border-color css
<style>
span { border-color: #7BCBC5; }
span { border-color: rgb(123,203,197); }
td.TdClassName
{
border-color: #7BCBC5;
}
.TagClassName
{
border-color: #7BCBC5;
}
</style>