Shades of Bermuda #7FDAC0
Tints of Bermuda #7FDAC0
RGB
CMYK
RGB Variations
Color information
#7FDAC0 (or 0x7FDAC0) is known color: Bermuda. HEX triplet: 7F, DA and C0. RGB value is (127,218,192). Sum of RGB (Red+Green+Blue) = 127+218+192=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAC0 is #80253F. Grayscale: #BBBBBB. Windows color (decimal): -8398144 or 12638847. OLE color: 12638847.
HSL color Cylindrical-coordinate representation of color #7FDAC0: hue angle of 162.86º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDAC0 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 192 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.15 |
| HSL | 162.86º | 0.55% | 0.68% | - |
| HSV(B) | 162.86º | 0.42% | 0.85% | - |
| XYZ | 43.34 | 58.46 | 58.87 | - |
| YUV | 187.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 192 | 0.42 | 0 | 0.12 | 0.15 | 162.86 | 0.55 | 0.68 |
| Hex | 7F | DA | C0 | 2A | 0 | C | F | A3 | 37 | 44 |
| Octal | 177 | 332 | 300 | 52 | 0 | 14 | 17 | 243 | 67 | 104 |
| Binary | 1111111 | 11011010 | 11000000 | 101010 | 0 | 1100 | 1111 | 10100011 | 110111 | 1000100 |
Color Harmonies of #7FDAC0
Complementary color
Monochromatic Colors of #7FDAC0
Black with #7FDAC0
Text Example
Text Example
White with #7FDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDAC0; }
p { color: rgb(127,218,192); }
H1.HeaderClassName
{
color: #7FDAC0;
}
.AnyTagClassName
{
color: #7FDAC0;
}
</style>
background-color css
<style>
a { background-color: #7FDAC0; }
a { background-color: rgb(127,218,192); }
div.DivClassName
{
background-color: #7FDAC0;
}
.BgClassName
{
background-color: #7FDAC0;
}
</style>
border-color css
<style>
span { border-color: #7FDAC0; }
span { border-color: rgb(127,218,192); }
td.TdClassName
{
border-color: #7FDAC0;
}
.TagClassName
{
border-color: #7FDAC0;
}
</style>