Shades of Bermuda #7FE6BA
Tints of Bermuda #7FE6BA
RGB
CMYK
RGB Variations
Color information
#7FE6BA (or 0x7FE6BA) is known color: Bermuda. HEX triplet: 7F, E6 and BA. RGB value is (127,230,186). Sum of RGB (Red+Green+Blue) = 127+230+186=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE6BA is #801945. Grayscale: #C2C2C2. Windows color (decimal): -8395078 or 12248703. OLE color: 12248703.
HSL color Cylindrical-coordinate representation of color #7FE6BA: hue angle of 154.37º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE6BA is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 230 | 186 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.10 |
| HSL | 154.37º | 0.67% | 0.7% | - |
| HSV(B) | 154.37º | 0.45% | 0.9% | - |
| XYZ | 45.91 | 64.65 | 56.51 | - |
| YUV | 194.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 230 | 186 | 0.45 | 0 | 0.19 | 0.10 | 154.37 | 0.67 | 0.7 |
| Hex | 7F | E6 | BA | 2D | 0 | 13 | A | 9A | 43 | 46 |
| Octal | 177 | 346 | 272 | 55 | 0 | 23 | 12 | 232 | 103 | 106 |
| Binary | 1111111 | 11100110 | 10111010 | 101101 | 0 | 10011 | 1010 | 10011010 | 1000011 | 1000110 |
Color Harmonies of #7FE6BA
Complementary color
Monochromatic Colors of #7FE6BA
Black with #7FE6BA
Text Example
Text Example
White with #7FE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE6BA; }
p { color: rgb(127,230,186); }
H1.HeaderClassName
{
color: #7FE6BA;
}
.AnyTagClassName
{
color: #7FE6BA;
}
</style>
background-color css
<style>
a { background-color: #7FE6BA; }
a { background-color: rgb(127,230,186); }
div.DivClassName
{
background-color: #7FE6BA;
}
.BgClassName
{
background-color: #7FE6BA;
}
</style>
border-color css
<style>
span { border-color: #7FE6BA; }
span { border-color: rgb(127,230,186); }
td.TdClassName
{
border-color: #7FE6BA;
}
.TagClassName
{
border-color: #7FE6BA;
}
</style>