Shades of Bermuda #7BCEC1
Tints of Bermuda #7BCEC1
RGB
CMYK
RGB Variations
Color information
#7BCEC1 (or 0x7BCEC1) is known color: Bermuda. HEX triplet: 7B, CE and C1. RGB value is (123,206,193). Sum of RGB (Red+Green+Blue) = 123+206+193=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEC1 is #84313E. Grayscale: #B3B3B3. Windows color (decimal): -8663359 or 12701307. OLE color: 12701307.
HSL color Cylindrical-coordinate representation of color #7BCEC1: hue angle of 170.6º 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 #7BCEC1 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 193 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.19 |
| HSL | 170.6º | 0.46% | 0.65% | - |
| HSV(B) | 170.6º | 0.4% | 0.81% | - |
| XYZ | 39.87 | 52.2 | 58.43 | - |
| YUV | 179.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 193 | 0.40 | 0 | 0.06 | 0.19 | 170.6 | 0.46 | 0.65 |
| Hex | 7B | CE | C1 | 28 | 0 | 6 | 13 | AB | 2E | 41 |
| Octal | 173 | 316 | 301 | 50 | 0 | 6 | 23 | 253 | 56 | 101 |
| Binary | 1111011 | 11001110 | 11000001 | 101000 | 0 | 110 | 10011 | 10101011 | 101110 | 1000001 |
Color Harmonies of #7BCEC1
Complementary color
Monochromatic Colors of #7BCEC1
Black with #7BCEC1
Text Example
Text Example
White with #7BCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEC1; }
p { color: rgb(123,206,193); }
H1.HeaderClassName
{
color: #7BCEC1;
}
.AnyTagClassName
{
color: #7BCEC1;
}
</style>
background-color css
<style>
a { background-color: #7BCEC1; }
a { background-color: rgb(123,206,193); }
div.DivClassName
{
background-color: #7BCEC1;
}
.BgClassName
{
background-color: #7BCEC1;
}
</style>
border-color css
<style>
span { border-color: #7BCEC1; }
span { border-color: rgb(123,206,193); }
td.TdClassName
{
border-color: #7BCEC1;
}
.TagClassName
{
border-color: #7BCEC1;
}
</style>