Shades of Bermuda #7FE7B9
Tints of Bermuda #7FE7B9
RGB
CMYK
RGB Variations
Color information
#7FE7B9 (or 0x7FE7B9) is known color: Bermuda. HEX triplet: 7F, E7 and B9. RGB value is (127,231,185). Sum of RGB (Red+Green+Blue) = 127+231+185=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE7B9 is #801846. Grayscale: #C2C2C2. Windows color (decimal): -8394823 or 12183423. OLE color: 12183423.
HSL color Cylindrical-coordinate representation of color #7FE7B9: hue angle of 153.46º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE7B9 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 231 | 185 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.09 |
| HSL | 153.46º | 0.68% | 0.7% | - |
| HSV(B) | 153.46º | 0.45% | 0.91% | - |
| XYZ | 46.09 | 65.17 | 56.05 | - |
| YUV | 194.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 231 | 185 | 0.45 | 0 | 0.20 | 0.09 | 153.46 | 0.68 | 0.7 |
| Hex | 7F | E7 | B9 | 2D | 0 | 14 | 9 | 99 | 44 | 46 |
| Octal | 177 | 347 | 271 | 55 | 0 | 24 | 11 | 231 | 104 | 106 |
| Binary | 1111111 | 11100111 | 10111001 | 101101 | 0 | 10100 | 1001 | 10011001 | 1000100 | 1000110 |
Color Harmonies of #7FE7B9
Complementary color
Monochromatic Colors of #7FE7B9
Black with #7FE7B9
Text Example
Text Example
White with #7FE7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE7B9; }
p { color: rgb(127,231,185); }
H1.HeaderClassName
{
color: #7FE7B9;
}
.AnyTagClassName
{
color: #7FE7B9;
}
</style>
background-color css
<style>
a { background-color: #7FE7B9; }
a { background-color: rgb(127,231,185); }
div.DivClassName
{
background-color: #7FE7B9;
}
.BgClassName
{
background-color: #7FE7B9;
}
</style>
border-color css
<style>
span { border-color: #7FE7B9; }
span { border-color: rgb(127,231,185); }
td.TdClassName
{
border-color: #7FE7B9;
}
.TagClassName
{
border-color: #7FE7B9;
}
</style>