Shades of Bermuda #7CE1BC
Tints of Bermuda #7CE1BC
RGB
CMYK
RGB Variations
Color information
#7CE1BC (or 0x7CE1BC) is known color: Bermuda. HEX triplet: 7C, E1 and BC. RGB value is (124,225,188). Sum of RGB (Red+Green+Blue) = 124+225+188=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE1BC is #831E43. Grayscale: #BEBEBE. Windows color (decimal): -8592964 or 12378492. OLE color: 12378492.
HSL color Cylindrical-coordinate representation of color #7CE1BC: hue angle of 158.02º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE1BC is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 188 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.12 |
| HSL | 158.02º | 0.63% | 0.68% | - |
| HSV(B) | 158.02º | 0.45% | 0.88% | - |
| XYZ | 44.31 | 61.77 | 57.16 | - |
| YUV | 190.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 188 | 0.45 | 0 | 0.16 | 0.12 | 158.02 | 0.63 | 0.68 |
| Hex | 7C | E1 | BC | 2D | 0 | 10 | C | 9E | 3F | 44 |
| Octal | 174 | 341 | 274 | 55 | 0 | 20 | 14 | 236 | 77 | 104 |
| Binary | 1111100 | 11100001 | 10111100 | 101101 | 0 | 10000 | 1100 | 10011110 | 111111 | 1000100 |
Color Harmonies of #7CE1BC
Complementary color
Monochromatic Colors of #7CE1BC
Black with #7CE1BC
Text Example
Text Example
White with #7CE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE1BC; }
p { color: rgb(124,225,188); }
H1.HeaderClassName
{
color: #7CE1BC;
}
.AnyTagClassName
{
color: #7CE1BC;
}
</style>
background-color css
<style>
a { background-color: #7CE1BC; }
a { background-color: rgb(124,225,188); }
div.DivClassName
{
background-color: #7CE1BC;
}
.BgClassName
{
background-color: #7CE1BC;
}
</style>
border-color css
<style>
span { border-color: #7CE1BC; }
span { border-color: rgb(124,225,188); }
td.TdClassName
{
border-color: #7CE1BC;
}
.TagClassName
{
border-color: #7CE1BC;
}
</style>