Shades of Bermuda #7FD3BC
Tints of Bermuda #7FD3BC
RGB
CMYK
RGB Variations
Color information
#7FD3BC (or 0x7FD3BC) is known color: Bermuda. HEX triplet: 7F, D3 and BC. RGB value is (127,211,188). Sum of RGB (Red+Green+Blue) = 127+211+188=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD3BC is #802C43. Grayscale: #B7B7B7. Windows color (decimal): -8399940 or 12374911. OLE color: 12374911.
HSL color Cylindrical-coordinate representation of color #7FD3BC: hue angle of 163.57º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD3BC is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 211 | 188 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.17 |
| HSL | 163.57º | 0.49% | 0.66% | - |
| HSV(B) | 163.57º | 0.4% | 0.83% | - |
| XYZ | 41.12 | 54.73 | 55.97 | - |
| YUV | 183.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 188 | 0.40 | 0 | 0.11 | 0.17 | 163.57 | 0.49 | 0.66 |
| Hex | 7F | D3 | BC | 28 | 0 | B | 11 | A4 | 31 | 42 |
| Octal | 177 | 323 | 274 | 50 | 0 | 13 | 21 | 244 | 61 | 102 |
| Binary | 1111111 | 11010011 | 10111100 | 101000 | 0 | 1011 | 10001 | 10100100 | 110001 | 1000010 |
Color Harmonies of #7FD3BC
Complementary color
Monochromatic Colors of #7FD3BC
Black with #7FD3BC
Text Example
Text Example
White with #7FD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD3BC; }
p { color: rgb(127,211,188); }
H1.HeaderClassName
{
color: #7FD3BC;
}
.AnyTagClassName
{
color: #7FD3BC;
}
</style>
background-color css
<style>
a { background-color: #7FD3BC; }
a { background-color: rgb(127,211,188); }
div.DivClassName
{
background-color: #7FD3BC;
}
.BgClassName
{
background-color: #7FD3BC;
}
</style>
border-color css
<style>
span { border-color: #7FD3BC; }
span { border-color: rgb(127,211,188); }
td.TdClassName
{
border-color: #7FD3BC;
}
.TagClassName
{
border-color: #7FD3BC;
}
</style>