Shades of Bermuda #7CE6BA
Tints of Bermuda #7CE6BA
RGB
CMYK
RGB Variations
Color information
#7CE6BA (or 0x7CE6BA) is known color: Bermuda. HEX triplet: 7C, E6 and BA. RGB value is (124,230,186). Sum of RGB (Red+Green+Blue) = 124+230+186=540 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.96% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6BA is #831945. Grayscale: #C1C1C1. Windows color (decimal): -8591686 or 12248700. OLE color: 12248700.
HSL color Cylindrical-coordinate representation of color #7CE6BA: hue angle of 155.09º 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 #7CE6BA is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 186 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.10 |
| HSL | 155.09º | 0.68% | 0.69% | - |
| HSV(B) | 155.09º | 0.46% | 0.9% | - |
| XYZ | 45.47 | 64.42 | 56.49 | - |
| YUV | 193.29 | 123.88 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 186 | 0.46 | 0 | 0.19 | 0.10 | 155.09 | 0.68 | 0.69 |
| Hex | 7C | E6 | BA | 2E | 0 | 13 | A | 9B | 44 | 45 |
| Octal | 174 | 346 | 272 | 56 | 0 | 23 | 12 | 233 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10111010 | 101110 | 0 | 10011 | 1010 | 10011011 | 1000100 | 1000101 |
Color Harmonies of #7CE6BA
Complementary color
Monochromatic Colors of #7CE6BA
Black with #7CE6BA
Text Example
Text Example
White with #7CE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6BA; }
p { color: rgb(124,230,186); }
H1.HeaderClassName
{
color: #7CE6BA;
}
.AnyTagClassName
{
color: #7CE6BA;
}
</style>
background-color css
<style>
a { background-color: #7CE6BA; }
a { background-color: rgb(124,230,186); }
div.DivClassName
{
background-color: #7CE6BA;
}
.BgClassName
{
background-color: #7CE6BA;
}
</style>
border-color css
<style>
span { border-color: #7CE6BA; }
span { border-color: rgb(124,230,186); }
td.TdClassName
{
border-color: #7CE6BA;
}
.TagClassName
{
border-color: #7CE6BA;
}
</style>