Shades of Bermuda #7CE7BA
Tints of Bermuda #7CE7BA
RGB
CMYK
RGB Variations
Color information
#7CE7BA (or 0x7CE7BA) is known color: Bermuda. HEX triplet: 7C, E7 and BA. RGB value is (124,231,186). Sum of RGB (Red+Green+Blue) = 124+231+186=541 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.92% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE7BA is #831845. Grayscale: #C1C1C1. Windows color (decimal): -8591430 or 12248956. OLE color: 12248956.
HSL color Cylindrical-coordinate representation of color #7CE7BA: hue angle of 154.77º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE7BA is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 186 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.09 |
| HSL | 154.77º | 0.69% | 0.7% | - |
| HSV(B) | 154.77º | 0.46% | 0.91% | - |
| XYZ | 45.75 | 64.98 | 56.59 | - |
| YUV | 193.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 186 | 0.46 | 0 | 0.19 | 0.09 | 154.77 | 0.69 | 0.7 |
| Hex | 7C | E7 | BA | 2E | 0 | 13 | 9 | 9B | 45 | 46 |
| Octal | 174 | 347 | 272 | 56 | 0 | 23 | 11 | 233 | 105 | 106 |
| Binary | 1111100 | 11100111 | 10111010 | 101110 | 0 | 10011 | 1001 | 10011011 | 1000101 | 1000110 |
Color Harmonies of #7CE7BA
Complementary color
Monochromatic Colors of #7CE7BA
Black with #7CE7BA
Text Example
Text Example
White with #7CE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE7BA; }
p { color: rgb(124,231,186); }
H1.HeaderClassName
{
color: #7CE7BA;
}
.AnyTagClassName
{
color: #7CE7BA;
}
</style>
background-color css
<style>
a { background-color: #7CE7BA; }
a { background-color: rgb(124,231,186); }
div.DivClassName
{
background-color: #7CE7BA;
}
.BgClassName
{
background-color: #7CE7BA;
}
</style>
border-color css
<style>
span { border-color: #7CE7BA; }
span { border-color: rgb(124,231,186); }
td.TdClassName
{
border-color: #7CE7BA;
}
.TagClassName
{
border-color: #7CE7BA;
}
</style>