Shades of Bermuda #7FD0BA
Tints of Bermuda #7FD0BA
RGB
CMYK
RGB Variations
Color information
#7FD0BA (or 0x7FD0BA) is known color: Bermuda. HEX triplet: 7F, D0 and BA. RGB value is (127,208,186). Sum of RGB (Red+Green+Blue) = 127+208+186=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD0BA is #802F45. Grayscale: #B5B5B5. Windows color (decimal): -8400710 or 12243071. OLE color: 12243071.
HSL color Cylindrical-coordinate representation of color #7FD0BA: hue angle of 163.7º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD0BA is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 208 | 186 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.18 |
| HSL | 163.7º | 0.46% | 0.66% | - |
| HSV(B) | 163.7º | 0.39% | 0.82% | - |
| XYZ | 40.17 | 53.17 | 54.6 | - |
| YUV | 181.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 208 | 186 | 0.39 | 0 | 0.11 | 0.18 | 163.7 | 0.46 | 0.66 |
| Hex | 7F | D0 | BA | 27 | 0 | B | 12 | A4 | 2E | 42 |
| Octal | 177 | 320 | 272 | 47 | 0 | 13 | 22 | 244 | 56 | 102 |
| Binary | 1111111 | 11010000 | 10111010 | 100111 | 0 | 1011 | 10010 | 10100100 | 101110 | 1000010 |
Color Harmonies of #7FD0BA
Complementary color
Monochromatic Colors of #7FD0BA
Black with #7FD0BA
Text Example
Text Example
White with #7FD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD0BA; }
p { color: rgb(127,208,186); }
H1.HeaderClassName
{
color: #7FD0BA;
}
.AnyTagClassName
{
color: #7FD0BA;
}
</style>
background-color css
<style>
a { background-color: #7FD0BA; }
a { background-color: rgb(127,208,186); }
div.DivClassName
{
background-color: #7FD0BA;
}
.BgClassName
{
background-color: #7FD0BA;
}
</style>
border-color css
<style>
span { border-color: #7FD0BA; }
span { border-color: rgb(127,208,186); }
td.TdClassName
{
border-color: #7FD0BA;
}
.TagClassName
{
border-color: #7FD0BA;
}
</style>