Shades of Bermuda #7FD6BA
Tints of Bermuda #7FD6BA
RGB
CMYK
RGB Variations
Color information
#7FD6BA (or 0x7FD6BA) is known color: Bermuda. HEX triplet: 7F, D6 and BA. RGB value is (127,214,186). Sum of RGB (Red+Green+Blue) = 127+214+186=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD6BA is #802945. Grayscale: #B8B8B8. Windows color (decimal): -8399174 or 12244607. OLE color: 12244607.
HSL color Cylindrical-coordinate representation of color #7FD6BA: hue angle of 160.69º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD6BA is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 214 | 186 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.16 |
| HSL | 160.69º | 0.51% | 0.67% | - |
| HSV(B) | 160.69º | 0.41% | 0.84% | - |
| XYZ | 41.66 | 56.15 | 55.1 | - |
| YUV | 184.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 214 | 186 | 0.41 | 0 | 0.13 | 0.16 | 160.69 | 0.51 | 0.67 |
| Hex | 7F | D6 | BA | 29 | 0 | D | 10 | A1 | 33 | 43 |
| Octal | 177 | 326 | 272 | 51 | 0 | 15 | 20 | 241 | 63 | 103 |
| Binary | 1111111 | 11010110 | 10111010 | 101001 | 0 | 1101 | 10000 | 10100001 | 110011 | 1000011 |
Color Harmonies of #7FD6BA
Complementary color
Monochromatic Colors of #7FD6BA
Black with #7FD6BA
Text Example
Text Example
White with #7FD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD6BA; }
p { color: rgb(127,214,186); }
H1.HeaderClassName
{
color: #7FD6BA;
}
.AnyTagClassName
{
color: #7FD6BA;
}
</style>
background-color css
<style>
a { background-color: #7FD6BA; }
a { background-color: rgb(127,214,186); }
div.DivClassName
{
background-color: #7FD6BA;
}
.BgClassName
{
background-color: #7FD6BA;
}
</style>
border-color css
<style>
span { border-color: #7FD6BA; }
span { border-color: rgb(127,214,186); }
td.TdClassName
{
border-color: #7FD6BA;
}
.TagClassName
{
border-color: #7FD6BA;
}
</style>