Shades of Bermuda #7CE1BE
Tints of Bermuda #7CE1BE
RGB
CMYK
RGB Variations
Color information
#7CE1BE (or 0x7CE1BE) is known color: Bermuda. HEX triplet: 7C, E1 and BE. RGB value is (124,225,190). Sum of RGB (Red+Green+Blue) = 124+225+190=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE1BE is #831E41. Grayscale: #BEBEBE. Windows color (decimal): -8592962 or 12509564. OLE color: 12509564.
HSL color Cylindrical-coordinate representation of color #7CE1BE: hue angle of 159.21º 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 #7CE1BE is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 190 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.12 |
| HSL | 159.21º | 0.63% | 0.68% | - |
| HSV(B) | 159.21º | 0.45% | 0.88% | - |
| XYZ | 44.53 | 61.85 | 58.31 | - |
| YUV | 190.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 190 | 0.45 | 0 | 0.16 | 0.12 | 159.21 | 0.63 | 0.68 |
| Hex | 7C | E1 | BE | 2D | 0 | 10 | C | 9F | 3F | 44 |
| Octal | 174 | 341 | 276 | 55 | 0 | 20 | 14 | 237 | 77 | 104 |
| Binary | 1111100 | 11100001 | 10111110 | 101101 | 0 | 10000 | 1100 | 10011111 | 111111 | 1000100 |
Color Harmonies of #7CE1BE
Complementary color
Monochromatic Colors of #7CE1BE
Black with #7CE1BE
Text Example
Text Example
White with #7CE1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE1BE; }
p { color: rgb(124,225,190); }
H1.HeaderClassName
{
color: #7CE1BE;
}
.AnyTagClassName
{
color: #7CE1BE;
}
</style>
background-color css
<style>
a { background-color: #7CE1BE; }
a { background-color: rgb(124,225,190); }
div.DivClassName
{
background-color: #7CE1BE;
}
.BgClassName
{
background-color: #7CE1BE;
}
</style>
border-color css
<style>
span { border-color: #7CE1BE; }
span { border-color: rgb(124,225,190); }
td.TdClassName
{
border-color: #7CE1BE;
}
.TagClassName
{
border-color: #7CE1BE;
}
</style>