Shades of Bermuda #7BCEC0
Tints of Bermuda #7BCEC0
RGB
CMYK
RGB Variations
Color information
#7BCEC0 (or 0x7BCEC0) is known color: Bermuda. HEX triplet: 7B, CE and C0. RGB value is (123,206,192). Sum of RGB (Red+Green+Blue) = 123+206+192=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEC0 is #84313F. Grayscale: #B3B3B3. Windows color (decimal): -8663360 or 12635771. OLE color: 12635771.
HSL color Cylindrical-coordinate representation of color #7BCEC0: hue angle of 169.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCEC0 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 192 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.19 |
| HSL | 169.88º | 0.46% | 0.65% | - |
| HSV(B) | 169.88º | 0.4% | 0.81% | - |
| XYZ | 39.75 | 52.16 | 57.84 | - |
| YUV | 179.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 192 | 0.40 | 0 | 0.07 | 0.19 | 169.88 | 0.46 | 0.65 |
| Hex | 7B | CE | C0 | 28 | 0 | 7 | 13 | AA | 2E | 41 |
| Octal | 173 | 316 | 300 | 50 | 0 | 7 | 23 | 252 | 56 | 101 |
| Binary | 1111011 | 11001110 | 11000000 | 101000 | 0 | 111 | 10011 | 10101010 | 101110 | 1000001 |
Color Harmonies of #7BCEC0
Complementary color
Monochromatic Colors of #7BCEC0
Black with #7BCEC0
Text Example
Text Example
White with #7BCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEC0; }
p { color: rgb(123,206,192); }
H1.HeaderClassName
{
color: #7BCEC0;
}
.AnyTagClassName
{
color: #7BCEC0;
}
</style>
background-color css
<style>
a { background-color: #7BCEC0; }
a { background-color: rgb(123,206,192); }
div.DivClassName
{
background-color: #7BCEC0;
}
.BgClassName
{
background-color: #7BCEC0;
}
</style>
border-color css
<style>
span { border-color: #7BCEC0; }
span { border-color: rgb(123,206,192); }
td.TdClassName
{
border-color: #7BCEC0;
}
.TagClassName
{
border-color: #7BCEC0;
}
</style>