Shades of Bermuda #7CE6BB
Tints of Bermuda #7CE6BB
RGB
CMYK
RGB Variations
Color information
#7CE6BB (or 0x7CE6BB) is known color: Bermuda. HEX triplet: 7C, E6 and BB. RGB value is (124,230,187). Sum of RGB (Red+Green+Blue) = 124+230+187=541 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.92% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6BB is #831944. Grayscale: #C1C1C1. Windows color (decimal): -8591685 or 12314236. OLE color: 12314236.
HSL color Cylindrical-coordinate representation of color #7CE6BB: hue angle of 155.66º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE6BB is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 187 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.10 |
| HSL | 155.66º | 0.68% | 0.69% | - |
| HSV(B) | 155.66º | 0.46% | 0.9% | - |
| XYZ | 45.58 | 64.47 | 57.05 | - |
| YUV | 193.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 187 | 0.46 | 0 | 0.19 | 0.10 | 155.66 | 0.68 | 0.69 |
| Hex | 7C | E6 | BB | 2E | 0 | 13 | A | 9C | 44 | 45 |
| Octal | 174 | 346 | 273 | 56 | 0 | 23 | 12 | 234 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10111011 | 101110 | 0 | 10011 | 1010 | 10011100 | 1000100 | 1000101 |
Color Harmonies of #7CE6BB
Complementary color
Monochromatic Colors of #7CE6BB
Black with #7CE6BB
Text Example
Text Example
White with #7CE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6BB; }
p { color: rgb(124,230,187); }
H1.HeaderClassName
{
color: #7CE6BB;
}
.AnyTagClassName
{
color: #7CE6BB;
}
</style>
background-color css
<style>
a { background-color: #7CE6BB; }
a { background-color: rgb(124,230,187); }
div.DivClassName
{
background-color: #7CE6BB;
}
.BgClassName
{
background-color: #7CE6BB;
}
</style>
border-color css
<style>
span { border-color: #7CE6BB; }
span { border-color: rgb(124,230,187); }
td.TdClassName
{
border-color: #7CE6BB;
}
.TagClassName
{
border-color: #7CE6BB;
}
</style>