Shades of Bermuda #7BCCC0
Tints of Bermuda #7BCCC0
RGB
CMYK
RGB Variations
Color information
#7BCCC0 (or 0x7BCCC0) is known color: Bermuda. HEX triplet: 7B, CC and C0. RGB value is (123,204,192). Sum of RGB (Red+Green+Blue) = 123+204+192=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCC0 is #84333F. Grayscale: #B2B2B2. Windows color (decimal): -8663872 or 12635259. OLE color: 12635259.
HSL color Cylindrical-coordinate representation of color #7BCCC0: hue angle of 171.11º 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 #7BCCC0 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 192 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.2 |
| HSL | 171.11º | 0.44% | 0.64% | - |
| HSV(B) | 171.11º | 0.4% | 0.8% | - |
| XYZ | 39.28 | 51.2 | 57.68 | - |
| YUV | 178.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 192 | 0.40 | 0 | 0.06 | 0.2 | 171.11 | 0.44 | 0.64 |
| Hex | 7B | CC | C0 | 28 | 0 | 6 | 14 | AB | 2C | 40 |
| Octal | 173 | 314 | 300 | 50 | 0 | 6 | 24 | 253 | 54 | 100 |
| Binary | 1111011 | 11001100 | 11000000 | 101000 | 0 | 110 | 10100 | 10101011 | 101100 | 1000000 |
Color Harmonies of #7BCCC0
Complementary color
Monochromatic Colors of #7BCCC0
Black with #7BCCC0
Text Example
Text Example
White with #7BCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCC0; }
p { color: rgb(123,204,192); }
H1.HeaderClassName
{
color: #7BCCC0;
}
.AnyTagClassName
{
color: #7BCCC0;
}
</style>
background-color css
<style>
a { background-color: #7BCCC0; }
a { background-color: rgb(123,204,192); }
div.DivClassName
{
background-color: #7BCCC0;
}
.BgClassName
{
background-color: #7BCCC0;
}
</style>
border-color css
<style>
span { border-color: #7BCCC0; }
span { border-color: rgb(123,204,192); }
td.TdClassName
{
border-color: #7BCCC0;
}
.TagClassName
{
border-color: #7BCCC0;
}
</style>