Shades of Bermuda #7BCEC2
Tints of Bermuda #7BCEC2
RGB
CMYK
RGB Variations
Color information
#7BCEC2 (or 0x7BCEC2) is known color: Bermuda. HEX triplet: 7B, CE and C2. RGB value is (123,206,194). Sum of RGB (Red+Green+Blue) = 123+206+194=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEC2 is #84313D. Grayscale: #B3B3B3. Windows color (decimal): -8663358 or 12766843. OLE color: 12766843.
HSL color Cylindrical-coordinate representation of color #7BCEC2: hue angle of 171.33º 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 #7BCEC2 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 194 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.19 |
| HSL | 171.33º | 0.46% | 0.65% | - |
| HSV(B) | 171.33º | 0.4% | 0.81% | - |
| XYZ | 39.98 | 52.25 | 59.02 | - |
| YUV | 179.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 194 | 0.40 | 0 | 0.06 | 0.19 | 171.33 | 0.46 | 0.65 |
| Hex | 7B | CE | C2 | 28 | 0 | 6 | 13 | AB | 2E | 41 |
| Octal | 173 | 316 | 302 | 50 | 0 | 6 | 23 | 253 | 56 | 101 |
| Binary | 1111011 | 11001110 | 11000010 | 101000 | 0 | 110 | 10011 | 10101011 | 101110 | 1000001 |
Color Harmonies of #7BCEC2
Complementary color
Monochromatic Colors of #7BCEC2
Black with #7BCEC2
Text Example
Text Example
White with #7BCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEC2; }
p { color: rgb(123,206,194); }
H1.HeaderClassName
{
color: #7BCEC2;
}
.AnyTagClassName
{
color: #7BCEC2;
}
</style>
background-color css
<style>
a { background-color: #7BCEC2; }
a { background-color: rgb(123,206,194); }
div.DivClassName
{
background-color: #7BCEC2;
}
.BgClassName
{
background-color: #7BCEC2;
}
</style>
border-color css
<style>
span { border-color: #7BCEC2; }
span { border-color: rgb(123,206,194); }
td.TdClassName
{
border-color: #7BCEC2;
}
.TagClassName
{
border-color: #7BCEC2;
}
</style>