Shades of Bermuda #7FD5BA
Tints of Bermuda #7FD5BA
RGB
CMYK
RGB Variations
Color information
#7FD5BA (or 0x7FD5BA) is known color: Bermuda. HEX triplet: 7F, D5 and BA. RGB value is (127,213,186). Sum of RGB (Red+Green+Blue) = 127+213+186=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5BA is #802A45. Grayscale: #B8B8B8. Windows color (decimal): -8399430 or 12244351. OLE color: 12244351.
HSL color Cylindrical-coordinate representation of color #7FD5BA: hue angle of 161.16º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5BA is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 186 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.16 |
| HSL | 161.16º | 0.51% | 0.67% | - |
| HSV(B) | 161.16º | 0.4% | 0.84% | - |
| XYZ | 41.41 | 55.65 | 55.01 | - |
| YUV | 184.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 186 | 0.40 | 0 | 0.13 | 0.16 | 161.16 | 0.51 | 0.67 |
| Hex | 7F | D5 | BA | 28 | 0 | D | 10 | A1 | 33 | 43 |
| Octal | 177 | 325 | 272 | 50 | 0 | 15 | 20 | 241 | 63 | 103 |
| Binary | 1111111 | 11010101 | 10111010 | 101000 | 0 | 1101 | 10000 | 10100001 | 110011 | 1000011 |
Color Harmonies of #7FD5BA
Complementary color
Monochromatic Colors of #7FD5BA
Black with #7FD5BA
Text Example
Text Example
White with #7FD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD5BA; }
p { color: rgb(127,213,186); }
H1.HeaderClassName
{
color: #7FD5BA;
}
.AnyTagClassName
{
color: #7FD5BA;
}
</style>
background-color css
<style>
a { background-color: #7FD5BA; }
a { background-color: rgb(127,213,186); }
div.DivClassName
{
background-color: #7FD5BA;
}
.BgClassName
{
background-color: #7FD5BA;
}
</style>
border-color css
<style>
span { border-color: #7FD5BA; }
span { border-color: rgb(127,213,186); }
td.TdClassName
{
border-color: #7FD5BA;
}
.TagClassName
{
border-color: #7FD5BA;
}
</style>