Shades of Bermuda #7CE6B9
Tints of Bermuda #7CE6B9
RGB
CMYK
RGB Variations
Color information
#7CE6B9 (or 0x7CE6B9) is known color: Bermuda. HEX triplet: 7C, E6 and B9. RGB value is (124,230,185). Sum of RGB (Red+Green+Blue) = 124+230+185=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6B9 is #831946. Grayscale: #C1C1C1. Windows color (decimal): -8591687 or 12183164. OLE color: 12183164.
HSL color Cylindrical-coordinate representation of color #7CE6B9: hue angle of 154.53º 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 #7CE6B9 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 185 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.10 |
| HSL | 154.53º | 0.68% | 0.69% | - |
| HSV(B) | 154.53º | 0.46% | 0.9% | - |
| XYZ | 45.37 | 64.38 | 55.93 | - |
| YUV | 193.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 185 | 0.46 | 0 | 0.20 | 0.10 | 154.53 | 0.68 | 0.69 |
| Hex | 7C | E6 | B9 | 2E | 0 | 14 | A | 9B | 44 | 45 |
| Octal | 174 | 346 | 271 | 56 | 0 | 24 | 12 | 233 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10111001 | 101110 | 0 | 10100 | 1010 | 10011011 | 1000100 | 1000101 |
Color Harmonies of #7CE6B9
Complementary color
Monochromatic Colors of #7CE6B9
Black with #7CE6B9
Text Example
Text Example
White with #7CE6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6B9; }
p { color: rgb(124,230,185); }
H1.HeaderClassName
{
color: #7CE6B9;
}
.AnyTagClassName
{
color: #7CE6B9;
}
</style>
background-color css
<style>
a { background-color: #7CE6B9; }
a { background-color: rgb(124,230,185); }
div.DivClassName
{
background-color: #7CE6B9;
}
.BgClassName
{
background-color: #7CE6B9;
}
</style>
border-color css
<style>
span { border-color: #7CE6B9; }
span { border-color: rgb(124,230,185); }
td.TdClassName
{
border-color: #7CE6B9;
}
.TagClassName
{
border-color: #7CE6B9;
}
</style>