Shades of Bermuda #7BCCC2
Tints of Bermuda #7BCCC2
RGB
CMYK
RGB Variations
Color information
#7BCCC2 (or 0x7BCCC2) is known color: Bermuda. HEX triplet: 7B, CC and C2. RGB value is (123,204,194). Sum of RGB (Red+Green+Blue) = 123+204+194=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCC2 is #84333D. Grayscale: #B2B2B2. Windows color (decimal): -8663870 or 12766331. OLE color: 12766331.
HSL color Cylindrical-coordinate representation of color #7BCCC2: hue angle of 172.59º 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 #7BCCC2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 194 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.2 |
| HSL | 172.59º | 0.44% | 0.64% | - |
| HSV(B) | 172.59º | 0.4% | 0.8% | - |
| XYZ | 39.5 | 51.29 | 58.86 | - |
| YUV | 178.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 194 | 0.40 | 0 | 0.05 | 0.2 | 172.59 | 0.44 | 0.64 |
| Hex | 7B | CC | C2 | 28 | 0 | 5 | 14 | AD | 2C | 40 |
| Octal | 173 | 314 | 302 | 50 | 0 | 5 | 24 | 255 | 54 | 100 |
| Binary | 1111011 | 11001100 | 11000010 | 101000 | 0 | 101 | 10100 | 10101101 | 101100 | 1000000 |
Color Harmonies of #7BCCC2
Complementary color
Monochromatic Colors of #7BCCC2
Black with #7BCCC2
Text Example
Text Example
White with #7BCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCC2; }
p { color: rgb(123,204,194); }
H1.HeaderClassName
{
color: #7BCCC2;
}
.AnyTagClassName
{
color: #7BCCC2;
}
</style>
background-color css
<style>
a { background-color: #7BCCC2; }
a { background-color: rgb(123,204,194); }
div.DivClassName
{
background-color: #7BCCC2;
}
.BgClassName
{
background-color: #7BCCC2;
}
</style>
border-color css
<style>
span { border-color: #7BCCC2; }
span { border-color: rgb(123,204,194); }
td.TdClassName
{
border-color: #7BCCC2;
}
.TagClassName
{
border-color: #7BCCC2;
}
</style>