Shades of Bermuda #7CE6B6
Tints of Bermuda #7CE6B6
RGB
CMYK
RGB Variations
Color information
#7CE6B6 (or 0x7CE6B6) is known color: Bermuda. HEX triplet: 7C, E6 and B6. RGB value is (124,230,182). Sum of RGB (Red+Green+Blue) = 124+230+182=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6B6 is #831949. Grayscale: #C0C0C0. Windows color (decimal): -8591690 or 11986556. OLE color: 11986556.
HSL color Cylindrical-coordinate representation of color #7CE6B6: hue angle of 152.83º 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 #7CE6B6 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 182 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.10 |
| HSL | 152.83º | 0.68% | 0.69% | - |
| HSV(B) | 152.83º | 0.46% | 0.9% | - |
| XYZ | 45.05 | 64.26 | 54.28 | - |
| YUV | 192.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 182 | 0.46 | 0 | 0.21 | 0.10 | 152.83 | 0.68 | 0.69 |
| Hex | 7C | E6 | B6 | 2E | 0 | 15 | A | 99 | 44 | 45 |
| Octal | 174 | 346 | 266 | 56 | 0 | 25 | 12 | 231 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10110110 | 101110 | 0 | 10101 | 1010 | 10011001 | 1000100 | 1000101 |
Color Harmonies of #7CE6B6
Complementary color
Monochromatic Colors of #7CE6B6
Black with #7CE6B6
Text Example
Text Example
White with #7CE6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6B6; }
p { color: rgb(124,230,182); }
H1.HeaderClassName
{
color: #7CE6B6;
}
.AnyTagClassName
{
color: #7CE6B6;
}
</style>
background-color css
<style>
a { background-color: #7CE6B6; }
a { background-color: rgb(124,230,182); }
div.DivClassName
{
background-color: #7CE6B6;
}
.BgClassName
{
background-color: #7CE6B6;
}
</style>
border-color css
<style>
span { border-color: #7CE6B6; }
span { border-color: rgb(124,230,182); }
td.TdClassName
{
border-color: #7CE6B6;
}
.TagClassName
{
border-color: #7CE6B6;
}
</style>