Shades of Bermuda #7FD4BC
Tints of Bermuda #7FD4BC
RGB
CMYK
RGB Variations
Color information
#7FD4BC (or 0x7FD4BC) is known color: Bermuda. HEX triplet: 7F, D4 and BC. RGB value is (127,212,188). Sum of RGB (Red+Green+Blue) = 127+212+188=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD4BC is #802B43. Grayscale: #B7B7B7. Windows color (decimal): -8399684 or 12375167. OLE color: 12375167.
HSL color Cylindrical-coordinate representation of color #7FD4BC: hue angle of 163.06º degrees, saturation: 0.5, 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 #7FD4BC is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 188 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.17 |
| HSL | 163.06º | 0.5% | 0.66% | - |
| HSV(B) | 163.06º | 0.4% | 0.83% | - |
| XYZ | 41.37 | 55.23 | 56.06 | - |
| YUV | 183.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 188 | 0.40 | 0 | 0.11 | 0.17 | 163.06 | 0.5 | 0.66 |
| Hex | 7F | D4 | BC | 28 | 0 | B | 11 | A3 | 32 | 42 |
| Octal | 177 | 324 | 274 | 50 | 0 | 13 | 21 | 243 | 62 | 102 |
| Binary | 1111111 | 11010100 | 10111100 | 101000 | 0 | 1011 | 10001 | 10100011 | 110010 | 1000010 |
Color Harmonies of #7FD4BC
Complementary color
Monochromatic Colors of #7FD4BC
Black with #7FD4BC
Text Example
Text Example
White with #7FD4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD4BC; }
p { color: rgb(127,212,188); }
H1.HeaderClassName
{
color: #7FD4BC;
}
.AnyTagClassName
{
color: #7FD4BC;
}
</style>
background-color css
<style>
a { background-color: #7FD4BC; }
a { background-color: rgb(127,212,188); }
div.DivClassName
{
background-color: #7FD4BC;
}
.BgClassName
{
background-color: #7FD4BC;
}
</style>
border-color css
<style>
span { border-color: #7FD4BC; }
span { border-color: rgb(127,212,188); }
td.TdClassName
{
border-color: #7FD4BC;
}
.TagClassName
{
border-color: #7FD4BC;
}
</style>