Shades of Bermuda #7BCECB
Tints of Bermuda #7BCECB
RGB
CMYK
RGB Variations
Color information
#7BCECB (or 0x7BCECB) is known color: Bermuda. HEX triplet: 7B, CE and CB. RGB value is (123,206,203). Sum of RGB (Red+Green+Blue) = 123+206+203=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCECB is #843134. Grayscale: #B4B4B4. Windows color (decimal): -8663349 or 13356667. OLE color: 13356667.
HSL color Cylindrical-coordinate representation of color #7BCECB: hue angle of 177.83º 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 #7BCECB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 203 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.19 |
| HSL | 177.83º | 0.46% | 0.65% | - |
| HSV(B) | 177.83º | 0.4% | 0.81% | - |
| XYZ | 41.02 | 52.67 | 64.5 | - |
| YUV | 180.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 203 | 0.40 | 0 | 0.01 | 0.19 | 177.83 | 0.46 | 0.65 |
| Hex | 7B | CE | CB | 28 | 0 | 1 | 13 | B2 | 2E | 41 |
| Octal | 173 | 316 | 313 | 50 | 0 | 1 | 23 | 262 | 56 | 101 |
| Binary | 1111011 | 11001110 | 11001011 | 101000 | 0 | 1 | 10011 | 10110010 | 101110 | 1000001 |
Color Harmonies of #7BCECB
Complementary color
Monochromatic Colors of #7BCECB
Black with #7BCECB
Text Example
Text Example
White with #7BCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCECB; }
p { color: rgb(123,206,203); }
H1.HeaderClassName
{
color: #7BCECB;
}
.AnyTagClassName
{
color: #7BCECB;
}
</style>
background-color css
<style>
a { background-color: #7BCECB; }
a { background-color: rgb(123,206,203); }
div.DivClassName
{
background-color: #7BCECB;
}
.BgClassName
{
background-color: #7BCECB;
}
</style>
border-color css
<style>
span { border-color: #7BCECB; }
span { border-color: rgb(123,206,203); }
td.TdClassName
{
border-color: #7BCECB;
}
.TagClassName
{
border-color: #7BCECB;
}
</style>