Shades of Bermuda #7BCCC6
Tints of Bermuda #7BCCC6
RGB
CMYK
RGB Variations
Color information
#7BCCC6 (or 0x7BCCC6) is known color: Bermuda. HEX triplet: 7B, CC and C6. RGB value is (123,204,198). Sum of RGB (Red+Green+Blue) = 123+204+198=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCC6 is #843339. Grayscale: #B3B3B3. Windows color (decimal): -8663866 or 13028475. OLE color: 13028475.
HSL color Cylindrical-coordinate representation of color #7BCCC6: hue angle of 175.56º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCC6 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 198 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.2 |
| HSL | 175.56º | 0.44% | 0.64% | - |
| HSV(B) | 175.56º | 0.4% | 0.8% | - |
| XYZ | 39.95 | 51.47 | 61.26 | - |
| YUV | 179.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 198 | 0.40 | 0 | 0.03 | 0.2 | 175.56 | 0.44 | 0.64 |
| Hex | 7B | CC | C6 | 28 | 0 | 3 | 14 | B0 | 2C | 40 |
| Octal | 173 | 314 | 306 | 50 | 0 | 3 | 24 | 260 | 54 | 100 |
| Binary | 1111011 | 11001100 | 11000110 | 101000 | 0 | 11 | 10100 | 10110000 | 101100 | 1000000 |
Color Harmonies of #7BCCC6
Complementary color
Monochromatic Colors of #7BCCC6
Black with #7BCCC6
Text Example
Text Example
White with #7BCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCC6; }
p { color: rgb(123,204,198); }
H1.HeaderClassName
{
color: #7BCCC6;
}
.AnyTagClassName
{
color: #7BCCC6;
}
</style>
background-color css
<style>
a { background-color: #7BCCC6; }
a { background-color: rgb(123,204,198); }
div.DivClassName
{
background-color: #7BCCC6;
}
.BgClassName
{
background-color: #7BCCC6;
}
</style>
border-color css
<style>
span { border-color: #7BCCC6; }
span { border-color: rgb(123,204,198); }
td.TdClassName
{
border-color: #7BCCC6;
}
.TagClassName
{
border-color: #7BCCC6;
}
</style>