Shades of Bermuda #7CE5BA
Tints of Bermuda #7CE5BA
RGB
CMYK
RGB Variations
Color information
#7CE5BA (or 0x7CE5BA) is known color: Bermuda. HEX triplet: 7C, E5 and BA. RGB value is (124,229,186). Sum of RGB (Red+Green+Blue) = 124+229+186=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE5BA is #831A45. Grayscale: #C0C0C0. Windows color (decimal): -8591942 or 12248444. OLE color: 12248444.
HSL color Cylindrical-coordinate representation of color #7CE5BA: hue angle of 155.43º degrees, saturation: 0.67, 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 #7CE5BA is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 229 | 186 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.10 |
| HSL | 155.43º | 0.67% | 0.69% | - |
| HSV(B) | 155.43º | 0.46% | 0.9% | - |
| XYZ | 45.19 | 63.87 | 56.4 | - |
| YUV | 192.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 186 | 0.46 | 0 | 0.19 | 0.10 | 155.43 | 0.67 | 0.69 |
| Hex | 7C | E5 | BA | 2E | 0 | 13 | A | 9B | 43 | 45 |
| Octal | 174 | 345 | 272 | 56 | 0 | 23 | 12 | 233 | 103 | 105 |
| Binary | 1111100 | 11100101 | 10111010 | 101110 | 0 | 10011 | 1010 | 10011011 | 1000011 | 1000101 |
Color Harmonies of #7CE5BA
Complementary color
Monochromatic Colors of #7CE5BA
Black with #7CE5BA
Text Example
Text Example
White with #7CE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5BA; }
p { color: rgb(124,229,186); }
H1.HeaderClassName
{
color: #7CE5BA;
}
.AnyTagClassName
{
color: #7CE5BA;
}
</style>
background-color css
<style>
a { background-color: #7CE5BA; }
a { background-color: rgb(124,229,186); }
div.DivClassName
{
background-color: #7CE5BA;
}
.BgClassName
{
background-color: #7CE5BA;
}
</style>
border-color css
<style>
span { border-color: #7CE5BA; }
span { border-color: rgb(124,229,186); }
td.TdClassName
{
border-color: #7CE5BA;
}
.TagClassName
{
border-color: #7CE5BA;
}
</style>